update API description.
This commit is contained in:
parent
a1c6332131
commit
25e05c6c53
@ -150,7 +150,7 @@ typedef void(^MVMCoreGetImageBlock)(UIImage * _Nullable, NSData * _Nullable, BOO
|
|||||||
// Removes a json dictionary from the cache by pageType.
|
// Removes a json dictionary from the cache by pageType.
|
||||||
- (void)removePersistentJSONCacheForPageType:(nonnull NSString *)pageType pageJSON:(nonnull NSDictionary *)jsonDictionary;
|
- (void)removePersistentJSONCacheForPageType:(nonnull NSString *)pageType pageJSON:(nonnull NSDictionary *)jsonDictionary;
|
||||||
|
|
||||||
// Removes a json dictionary from the cache by pageType.
|
// Removes a json dictionary from the cache by moduleType.
|
||||||
- (void)removePersistentModuleCacheForModule:(nonnull NSString *)moduleType moduleJSON:(nonnull NSDictionary *)jsonDictionary;
|
- (void)removePersistentModuleCacheForModule:(nonnull NSString *)moduleType moduleJSON:(nonnull NSDictionary *)jsonDictionary;
|
||||||
|
|
||||||
#pragma mark Image Functions
|
#pragma mark Image Functions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user