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 "NSObject-Protocol.h"
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
;
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
;