|
|
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
#define KLastFileDirector @"lastFile"
|
|
|
|
|
|
@interface lastFileManager : NSObject
|
|
|
-@property(nonatomic,strong) NSString *uid;//用户id 用来创建文件夹路径 防止不要用户的缓存关联
|
|
|
+@property(nonatomic,copy) NSString *uid;//用户id 用来创建文件夹路径 防止不要用户的缓存关联
|
|
|
@property(nonatomic,assign) NSInteger saveDays;//默认90天
|
|
|
@property (nonatomic, strong) NSMutableDictionary * _Nullable lastFileList;
|
|
|
@property (nonatomic, strong) NSMutableArray * _Nullable lastFileListArr;
|