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/UIKeyboardInputManager.h>
9 @interface UIKeyboardInputManagerZephyr
: UIKeyboardInputManager
11 struct KBInputManagerZephyr
*m_impl
;
16 - (struct KBInputManagerZephyr
*)initImplementation
;
17 - (void)loadDictionaries
;
18 - (void)setAutoCorrects
:(BOOL
)fp8
;
19 - (void)setShallowPrediction
:(BOOL
)fp8
;
20 - (void)setCalculatesChargedKeyProbabilities
:(BOOL
)fp8
;
21 - (void)clearDynamicDictionary
;
22 - (void)addInput
:(id
)fp8 flags
:(unsigned int)fp12 point
:(struct CGPoint
)fp16
;
23 - (void)setInput
:(id
)fp8
;
24 - (void)deleteFromInput
;
27 - (void)setInputIndex
:(unsigned int)fp8
;
28 - (unsigned int)inputIndex
;
29 - (unsigned int)inputCount
;
31 - (void)textAccepted
:(id
)fp8
;
32 - (void)increaseUserFrequency
:(id
)fp8
;
33 - (void)decreaseUserFrequency
:(id
)fp8
;
34 - (void)inputLocationChanged
;
36 - (void)setShift
:(BOOL
)fp8
;
37 - (void)setAutoShift
:(BOOL
)fp8
;
38 - (struct __CFDictionary
*)chargedKeyProbabilities
;
40 - (BOOL
)canHandleKeyHitTest
;
41 - (void)clearKeyAreas
;
42 - (void)registerKeyArea
:(struct CGPoint
)fp8 withRadii
:(struct CGPoint
)fp16 forKeyCode
:(unsigned short)fp24 forLowerKey
:(id
)fp28 forUpperKey
:(id
)fp32
;
43 - (int)keyHitTest
:(struct CGPoint
)fp8 touchStage
:(int)fp16 atTime
:(double)fp20 withPathInfo
:(CDAnonymousStruct13
*)fp28 forceShift
:(BOOL
)fp32
;
44 - (BOOL
)keySlidIntoSwipe
;
45 - (void)deleteFromStrokeHistory
:(BOOL
)fp8
;