--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIKeyboardInputManager.h>
+
+@interface UIKeyboardInputManagerZephyr : UIKeyboardInputManager
+{
+ struct KBInputManagerZephyr *m_impl;
+}
+
+- (id)init;
+- (void)dealloc;
+- (struct KBInputManagerZephyr *)initImplementation;
+- (void)loadDictionaries;
+- (void)setAutoCorrects:(BOOL)fp8;
+- (void)setShallowPrediction:(BOOL)fp8;
+- (void)setCalculatesChargedKeyProbabilities:(BOOL)fp8;
+- (void)clearDynamicDictionary;
+- (void)addInput:(id)fp8 flags:(unsigned int)fp12 point:(struct CGPoint)fp16;
+- (void)setInput:(id)fp8;
+- (void)deleteFromInput;
+- (void)clearInput;
+- (void)acceptInput;
+- (void)setInputIndex:(unsigned int)fp8;
+- (unsigned int)inputIndex;
+- (unsigned int)inputCount;
+- (id)inputString;
+- (void)textAccepted:(id)fp8;
+- (void)increaseUserFrequency:(id)fp8;
+- (void)decreaseUserFrequency:(id)fp8;
+- (void)inputLocationChanged;
+- (id)shadowTyping;
+- (void)setShift:(BOOL)fp8;
+- (void)setAutoShift:(BOOL)fp8;
+- (struct __CFDictionary *)chargedKeyProbabilities;
+- (id)autocorrection;
+- (BOOL)canHandleKeyHitTest;
+- (void)clearKeyAreas;
+- (void)registerKeyArea:(struct CGPoint)fp8 withRadii:(struct CGPoint)fp16 forKeyCode:(unsigned short)fp24 forLowerKey:(id)fp28 forUpperKey:(id)fp32;
+- (int)keyHitTest:(struct CGPoint)fp8 touchStage:(int)fp16 atTime:(double)fp20 withPathInfo:(CDAnonymousStruct13 *)fp28 forceShift:(BOOL)fp32;
+- (BOOL)keySlidIntoSwipe;
+- (void)deleteFromStrokeHistory:(BOOL)fp8;
+
+@end
+