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 UIKeyboardInputManagerAlphabet
: UIKeyboardInputManager
11 struct KBInputManagerAlphabet
*m_impl
;
16 - (struct KBInputManagerAlphabet
*)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 - (id
)defaultCandidate
;
32 - (void)addToTypingHistory
:(id
)fp8
;
33 - (void)textAccepted
:(id
)fp8
;
34 - (void)increaseUserFrequency
:(id
)fp8
;
35 - (void)decreaseUserFrequency
:(id
)fp8
;
36 - (void)inputLocationChanged
;
38 - (void)setShift
:(BOOL
)fp8
;
39 - (void)setAutoShift
:(BOOL
)fp8
;
40 - (struct __CFArray
*)chargeableKeys
;
41 - (struct __CFDictionary
*)chargedKeyProbabilities
;