SITCustomField
@interface SITCustomField : NSObject
A Key-value structure to store information
-
Key
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull key;
Swift
var key: String { get set }
-
Value
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull value;
Swift
var value: String { get set }