]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboardLayoutProtocol-Protocol.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIKeyboardLayoutProtocol-Protocol.h
CommitLineData
2cd8f71b
JF
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 "NSObject-Protocol.h"
8
9@protocol UIKeyboardLayoutProtocol <NSObject>
10- (void)showKeyboardType:(int)fp8 withAppearance:(int)fp12;
11- (void)deactivateActiveKeys;
12- (void)updateReturnKey;
13- (void)updateLocalizedKeys;
14- (BOOL)usesAutoShift;
15- (void)setShift:(BOOL)fp8;
16- (BOOL)isShiftKeyBeingHeld;
17- (void)longPressAction;
18- (BOOL)canHandleHandEvent:(struct __GSEvent *)fp8;
19- (BOOL)handleHandEvent:(struct __GSEvent *)fp8;
20- (void)didClearInput;
21- (id)candidateList;
22- (void)setLabel:(id)fp8 forKey:(id)fp12;
23- (void)setTarget:(id)fp8 forKey:(id)fp12;
24- (void)setAction:(SEL)fp8 forKey:(id)fp12;
25- (void)setLongPressAction:(SEL)fp8 forKey:(id)fp12;
26- (void)restoreDefaultsForKey:(id)fp8;
27- (void)restoreDefaultsForAllKeys;
28- (id)activationIndicatorView;
29@end
30