-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKFAdvancedUIManagerWrapper.h
40 lines (32 loc) · 1.26 KB
/
AKFAdvancedUIManagerWrapper.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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import "AKFUIManager-Protocol.h"
@class AKFTheme, NSString;
@protocol AKFAdvancedUIManager;
@interface AKFAdvancedUIManagerWrapper : NSObject <AKFUIManager>
{
AKFTheme *_theme;
id <AKFAdvancedUIManager> _advancedUIManager;
}
@property(retain, nonatomic) id <AKFAdvancedUIManager> advancedUIManager; // @synthesize advancedUIManager=_advancedUIManager;
@property(copy, nonatomic) AKFTheme *theme; // @synthesize theme=_theme;
- (void).cxx_destruct;
- (unsigned long long)textPositionForState:(unsigned long long)arg1;
- (void)setError:(id)arg1;
- (void)setActionController:(id)arg1;
- (id)headerViewForState:(unsigned long long)arg1;
- (id)footerViewForState:(unsigned long long)arg1;
- (unsigned long long)buttonTypeForState:(unsigned long long)arg1;
- (id)bodyViewForState:(unsigned long long)arg1;
- (id)actionBarViewForState:(unsigned long long)arg1;
- (id)initWithAdvancedUIManager:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end