-
Notifications
You must be signed in to change notification settings - Fork 0
/
AKFKeyboardObserver.h
41 lines (33 loc) · 1.33 KB
/
AKFKeyboardObserver.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
//
// 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 "AKFKeyboardStateObserverDelegate-Protocol.h"
@class NSString, UIWindow;
@protocol AKFKeyboardObserverDelegate;
@interface AKFKeyboardObserver : NSObject <AKFKeyboardStateObserverDelegate>
{
_Bool _observing;
id <AKFKeyboardObserverDelegate> _delegate;
}
+ (void)initialize;
@property(readonly, nonatomic, getter=isObserving) _Bool observing; // @synthesize observing=_observing;
@property(nonatomic) __weak id <AKFKeyboardObserverDelegate> delegate; // @synthesize delegate=_delegate;
- (void).cxx_destruct;
- (void)keyboardStateObserverWillShowKeyboard:(id)arg1;
- (void)keyboardStateObserverWillHideKeyboard:(id)arg1;
- (void)keyboardStateObserverWillChangeKeyboardFrame:(id)arg1;
- (void)unobserveKeyboard;
- (void)observeKeyboard;
@property(readonly, nonatomic) __weak UIWindow *keyboardWindow;
@property(readonly, nonatomic, getter=isKeyboardVisible) _Bool keyboardVisible;
@property(readonly, nonatomic) struct CGRect keyboardFrame;
- (void)dealloc;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end