9#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
25- (instancetype)initWithId:(NSString*)itemId;
35@property (nonatomic, readonly, strong, nullable) NSString*
name;
40@property (nonatomic, readonly, strong, nullable) NSString*
language;
86@property (nonatomic, readonly, strong, nullable) NSError*
syncResult;
91@property (nonatomic, readonly) NSUInteger
syncSize;
MPDataSetCachingStrategy
Definition MPDataSetEnums.h:39
MPDataSetCacheScope
Definition MPDataSetEnums.h:15
Definition MPDataSetCacheItem.h:20
NSError * syncResult
Definition MPDataSetCacheItem.h:86
NSDate * syncTimestamp
Definition MPDataSetCacheItem.h:81
NSUInteger cachedSize
Definition MPDataSetCacheItem.h:75
NSString * language
Definition MPDataSetCacheItem.h:40
MPDataSetCachingStrategy cachingStrategy
Definition MPDataSetCacheItem.h:45
NSString * name
Definition MPDataSetCacheItem.h:35
NSDate * cachedTimestamp
Definition MPDataSetCacheItem.h:70
BOOL isCached
Definition MPDataSetCacheItem.h:55
NSString * cachingItemId
Definition MPDataSetCacheItem.h:30
MPDataSetCacheScope cachingScope
Definition MPDataSetCacheItem.h:50
BOOL isSyncing
Definition MPDataSetCacheItem.h:65
NSUInteger syncSize
Definition MPDataSetCacheItem.h:91