-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAMPFilePaths.h
45 lines (38 loc) · 1.67 KB
/
AMPFilePaths.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:52:17 PM Eastern Daylight Time
* Operating System: Version 10.2 (Build 14C92)
* Image Source: /var/containers/Bundle/Application/7AB1B6B1-534C-4BF9-A7EB-BE2BD4C13043/Snapchat.app/Snapchat
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class NSString;
@interface AMPFilePaths : NSObject {
NSString* _storageRoot;
NSString* _fileNamespace;
NSString* _libraryDirectory;
NSString* _cacheDirectory;
}
@property (nonatomic,copy) NSString * storageRoot; //@synthesize storageRoot=_storageRoot - In the implementation block
@property (nonatomic,readonly) NSString * fileNamespace; //@synthesize fileNamespace=_fileNamespace - In the implementation block
@property (nonatomic,retain) NSString * libraryDirectory; //@synthesize libraryDirectory=_libraryDirectory - In the implementation block
@property (nonatomic,retain) NSString * cacheDirectory; //@synthesize cacheDirectory=_cacheDirectory - In the implementation block
-(id)v3EventListDictionaryPath;
-(id)v0PropertyListPath;
-(id)v1PropertyListPath;
-(id)v0EventsDataPath;
-(id)v1EventsDataPath;
-(id)v2EventListPlistPath;
-(id)v3EventListPlistPath;
-(id)versionPropertyListPath;
-(id)v3SessionInfoPath;
-(NSString *)libraryDirectory;
-(NSString *)storageRoot;
-(id)v2EventListDictionaryPath;
-(NSString *)fileNamespace;
-(id)v2SessionInfoPath;
-(id)initWithStorageRoot:(id)arg1 fileNamespace:(id)arg2 ;
-(void)setStorageRoot:(NSString *)arg1 ;
-(void)setLibraryDirectory:(NSString *)arg1 ;
-(NSString *)cacheDirectory;
-(void)setCacheDirectory:(NSString *)arg1 ;
@end