update
This commit is contained in:
28
Pods/CocoaDebug/Sources/Sandbox/_SandboxerHelper.h
generated
Executable file
28
Pods/CocoaDebug/Sources/Sandbox/_SandboxerHelper.h
generated
Executable file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface _SandboxerHelper : NSObject
|
||||
|
||||
+ (NSString *)fileModificationDateTextWithDate:(NSDate *)date;
|
||||
|
||||
//liman
|
||||
|
||||
//Get Folder Size
|
||||
+ (NSString *)sizeOfFolder:(NSString *)folderPath;
|
||||
//Get File Size
|
||||
+ (NSString *)sizeOfFile:(NSString *)filePath;
|
||||
|
||||
+ (instancetype)sharedInstance;
|
||||
|
||||
+ (NSString *)generateRandomId;
|
||||
|
||||
@property (nonatomic, strong) NSMutableDictionary<NSString*, NSString*> *searchTextDictionary;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user