SMIFormResponseIntegerValue

Objective-C

@protocol SMIFormResponseIntegerValue <SMIFormResponseValue>

Swift

protocol FormResponseIntegerValue : FormResponseValue

Represents an integer value of an input response.

  • The integer value of the response.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger integerValue;

    Swift

    var integerValue: Int { get }