MRTKeyValuePair
@interface MRTKeyValuePair : NSObject |
Universal key-value data.
Summary
Class methods
+ (nonnull MRTKeyValuePair *)keyValuePairWithKey:(nonnull NSString *)key |
Properties
@property (nonatomic, readonly, nonnull) NSString *key; |
@property (nonatomic, readonly, nonnull) NSString *value; |
Class methods
keyValuePairWithKey:value:
+ (nonnull MRTKeyValuePair *)keyValuePairWithKey:(nonnull NSString *)key |
Properties
key
@property (nonatomic, readonly, nonnull) NSString *key; |
Data key. For example, "currency".
value
@property (nonatomic, readonly, nonnull) NSString *value; |
Data value. For example, "USD".