Class YMKSearchExperimentalStorageItem

Single storage item.

Class Methods

Properties

key

Item key.

value

Item value.

key

Item key.

value

Item value.

Method Detail

+itemWithKey:value:

+ (nonnull YMKSearchExperimentalStorageItem *)itemWithKey:(nonnull NSString *)key
                                                    value:(nonnull NSString *)value 

Property Detail

key

(assign, readonly) NSString * key

Item key.

value

(assign, readonly) NSString * value

Item value.