]>
Commit | Line | Data |
---|---|---|
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 | #import "UIFormPeripheral-Protocol.h" | |
10 | ||
11 | @interface UIKeyboardPeripheral : UIKeyboard <UIFormPeripheral> | |
12 | { | |
13 | id <UITextControl> _control; | |
14 | int _orientation; | |
15 | } | |
16 | ||
17 | + (BOOL)isUniqueForEachFormControl; | |
18 | - (id)initFormPeripheral; | |
19 | - (void)dealloc; | |
20 | - (void)endEditing; | |
21 | - (void)willChangeToFormControl:(id)fp8; | |
22 | - (void)setFormControl:(id)fp8; | |
23 | - (int)orientation; | |
24 | - (void)resumeWithNotification:(id)fp8; | |
25 | ||
26 | @end | |
27 |