2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIKeyboard.h>
9 @interface
UIKeyboard (UIKeyboardAutomaticAppearance
)
10 + (id
)automaticKeyboard
;
11 + (id
)containerWindow
;
12 + (struct UIKeyboardAnimationGeometry
)calculateAnimationGeometryForOrientation
:(int)fp8
;
13 + (struct UIKeyboardAnimationGeometry
)calculateAnimationGeometryForOrientation
:(int)fp8 outDirection
:(int)fp12
;
14 - (void)orderInWithAnimation
:(BOOL
)fp8
;
15 - (void)orderInWithAnimation
:(BOOL
)fp8 fromDirection
:(int)fp12 duration
:(double)fp16
;
16 - (void)orderOutWithAnimation
:(BOOL
)fp8
;
17 - (void)orderOutWithAnimation
:(BOOL
)fp8 toDirection
:(int)fp12 duration
:(double)fp16
;
18 - (void)keyboardAutomaticOrderIn
:(id
)fp8 finished
:(id
)fp12
;
19 - (void)keyboardAutomaticOrderOut
:(id
)fp8 finished
:(id
)fp12
;