-
Notifications
You must be signed in to change notification settings - Fork 0
/
AKFContainerViewController.h
53 lines (45 loc) · 1.85 KB
/
AKFContainerViewController.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
45
46
47
48
49
50
51
52
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "AKFAutoLayoutViewController.h"
#import "AKFKeyboardObserverDelegate-Protocol.h"
@class AKFKeyboardObserver, NSString, UIScrollView, UIView;
@interface AKFContainerViewController : AKFAutoLayoutViewController <AKFKeyboardObserverDelegate>
{
UIView *_contentView;
AKFKeyboardObserver *_keyboardObserver;
UIScrollView *_scrollView;
UIView *_actionBarView;
double _contentMaxWidth;
double _contentMinHeight;
struct UIEdgeInsets _contentInset;
}
@property(nonatomic) double contentMinHeight; // @synthesize contentMinHeight=_contentMinHeight;
@property(nonatomic) double contentMaxWidth; // @synthesize contentMaxWidth=_contentMaxWidth;
@property(nonatomic) struct UIEdgeInsets contentInset; // @synthesize contentInset=_contentInset;
@property(retain, nonatomic) UIView *actionBarView; // @synthesize actionBarView=_actionBarView;
- (void).cxx_destruct;
- (_Bool)_isDismissing;
- (void)_updateActionBarView:(_Bool)arg1;
- (_Bool)_defaultNavigationBarHidden;
- (id)viewForKeyboardObserver:(id)arg1;
- (void)keyboardObserverWillShowKeyboard:(id)arg1;
- (void)keyboardObserverWillHideKeyboard:(id)arg1;
- (_Bool)isUsingSkinManager;
- (id)scrollViewAboveKeyboardConstraint;
- (void)addConstraintsToHorizontallyFillScrollView:(id)arg1;
- (void)addViewConstraints;
- (void)viewWillDisappear:(_Bool)arg1;
- (void)viewDidAppear:(_Bool)arg1;
- (void)viewWillAppear:(_Bool)arg1;
- (void)viewDidLoad;
@property(readonly, nonatomic) UIScrollView *scrollView;
@property(readonly, nonatomic) UIView *contentView;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end