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/UIView.h>
9 #import "UIKeyboardLayoutProtocol-Protocol.h"
11 @interface UIKeyboardLayout
: UIView
<UIKeyboardLayoutProtocol
>
15 - (id
)initWithFrame
:(struct CGRect
)fp8
;
16 - (void)showKeyboardType
:(int)fp8 withAppearance
:(int)fp12
;
17 - (void)deactivateActiveKeys
;
18 - (void)updateReturnKey
;
19 - (void)updateLocalizedKeys
;
20 - (BOOL
)usesAutoShift
;
21 - (void)setShift
:(BOOL
)fp8
;
22 - (BOOL
)isShiftKeyBeingHeld
;
23 - (void)longPressAction
;
24 - (BOOL
)canHandleHandEvent
:(struct __GSEvent
*)fp8
;
25 - (BOOL
)handleHandEvent
:(struct __GSEvent
*)fp8
;
26 - (void)didClearInput
;
28 - (void)setLabel
:(id
)fp8 forKey
:(id
)fp12
;
29 - (void)setTarget
:(id
)fp8 forKey
:(id
)fp12
;
30 - (void)setAction
:(SEL
)fp8 forKey
:(id
)fp12
;
31 - (void)setLongPressAction
:(SEL
)fp8 forKey
:(id
)fp12
;
32 - (void)restoreDefaultsForKey
:(id
)fp8
;
33 - (void)restoreDefaultsForAllKeys
;
34 - (id
)activationIndicatorView
;
35 - (void)handleHardwareKeyDownFromSimulator
:(struct __GSEvent
*)fp8
;