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 @
class UIImage
, UITextInputTraits
;
11 @interface UIKeyboard
: UIView
14 UITextInputTraits
*m_defaultTraits
;
18 + (void)initImplementationNow
;
19 + (void)removeAllDynamicDictionaries
;
20 + (void)useAutomaticInputOverlay
:(BOOL
)fp8
;
21 + (BOOL
)usesAutomaticInputOverlay
;
22 + (struct CGSize
)defaultSize
;
23 + (struct CGSize
)defaultSizeForInterfaceOrientation
:(int)fp8
;
24 + (struct CGSize
)defaultSizeForOrientation
:(int)fp8
;
25 + (void)preheatArtwork
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8
;
27 - (id
)initWithDefaultSize
;
29 - (void)setFrame
:(struct CGRect
)fp8
;
32 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
33 - (void)prepareForGeometryChange
;
34 - (void)geometryChangeDone
:(BOOL
)fp8
;
35 - (void)removeAutocorrectPrompt
;
36 - (void)acceptAutocorrection
;
37 - (void)setCaretBlinks
:(BOOL
)fp8
;
38 - (void)setCaretVisible
:(BOOL
)fp8
;
39 - (BOOL
)returnKeyEnabled
;
40 - (void)setReturnKeyEnabled
:(BOOL
)fp8
;
41 - (id
)defaultTextInputTraits
;
42 - (void)setDefaultTextInputTraits
:(id
)fp8
;
44 - (void)clearSnapshot
;
48 - (void)movedFromSuperview
:(id
)fp8
;
49 - (void)removeFromSuperview
;
50 - (void)drawRect
:(struct CGRect
)fp8
;
51 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
52 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
53 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
54 - (int)textEffectsVisibilityLevel
;