-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathABFaceTheme.h
33 lines (27 loc) · 970 Bytes
/
ABFaceTheme.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
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSObject.h>
@class NSDictionary, NSMutableArray, NSString;
@interface ABFaceTheme : NSObject
{
NSDictionary *_config;
NSString *_currentTheme;
NSMutableArray *_downloadArray;
}
+ (id)i;
@property(retain) NSMutableArray *downloadArray; // @synthesize downloadArray=_downloadArray;
@property(retain) NSString *currentTheme; // @synthesize currentTheme=_currentTheme;
@property(retain) NSDictionary *config; // @synthesize config=_config;
- (void).cxx_destruct;
- (id)findFileInfo:(id)arg1;
- (id)getImage:(id)arg1;
- (id)getThemePath:(id)arg1;
- (id)getDownloadArray:(id)arg1;
- (void)changeTheme:(id)arg1;
- (id)readConfig:(id)arg1;
- (void)doDownload:(id)arg1 downloader:(id)arg2;
- (void)downloadTheme:(id)arg1 withConcurrentCount:(int)arg2;
@end