SITCustomField

Objective-C

@interface SITCustomField : NSObject

Swift

class SITCustomField : NSObject

A Key-value structure to store information

Properties

  • key

    Key

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull key;

    Swift

    var key: String { get set }
  • Value

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull value;

    Swift

    var value: String { get set }