Revert line break.
This commit is contained in:
parent
fdd8547cf1
commit
1712e9ce58
@ -16,8 +16,6 @@ extern NSString * _Nonnull const KeyCachePolicy;
|
||||
extern NSString * _Nonnull const KeyCacheExpiry;
|
||||
extern NSString * _Nonnull const KeyAppLevelCachePolicy;
|
||||
|
||||
|
||||
|
||||
//block returned when getting image
|
||||
//parameters are UIImage object for the image, NSData for gif images, UIImage object for the image, A BOOL to indicate if it is a fall back image.
|
||||
typedef void(^MVMCoreGetImageBlock)(UIImage * _Nullable, NSData * _Nullable, BOOL);
|
||||
@ -54,7 +52,6 @@ typedef void(^MVMCoreGetImageBlock)(UIImage * _Nullable, NSData * _Nullable, BOO
|
||||
/// Checks if the module is to be persistently cached.
|
||||
- (BOOL)shouldPersistentlyCacheModule:(nonnull NSDictionary *)jsonDictionary module:(nonnull NSString *)module;
|
||||
|
||||
|
||||
/// Can override the path for the page to be cached at app level and user level. Currently Cache/*
|
||||
- (nullable NSURL *)getPathForPersistentCachePage:(nonnull NSString *)pageType isAppLevel:(BOOL)isAppLevel;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user