]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIKeyboard-UIKeyboardAutomaticAppearance.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIKeyboard-UIKeyboardAutomaticAppearance.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIKeyboard.h>
8
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;
20 @end
21