+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+#import "UIKeyboardCandidateList-Protocol.h"
+
+@class NSString;
+
+@interface UIAutocorrectInlinePrompt : UIView <UIKeyboardCandidateList>
+{
+ struct CGRect m_originalTypedTextRect;
+ NSString *m_typedText;
+ NSString *m_correction;
+ UIView *m_typedTextView;
+ UIView *m_correctionView;
+ UIView *m_correctionAnimationView;
+ UIView *m_typedTextAnimationView;
+ UIView *m_correctionShadowView;
+ int m_position;
+ BOOL m_fits;
+ BOOL m_mouseDown;
+ id m_delegate;
+ unsigned int m_index;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (int)textEffectsVisibilityLevel;
+- (void)dealloc;
+- (void)removePromptSubviews;
+- (struct CGRect)shadowFrameForFrame:(struct CGRect)fp8;
+- (void)setUIKeyboardCandidateListDelegate:(id)fp8;
+- (void)setCandidates:(id)fp8 inlineText:(id)fp12 inlineRect:(struct CGRect)fp16 maxX:(float)fp32 layout:(BOOL)fp36;
+- (unsigned int)currentIndex;
+- (void)candidateAcceptedAtIndex:(unsigned int)fp8;
+- (unsigned int)count;
+- (void)configureKeyboard:(id)fp8;
+- (void)layout;
+- (void)showCandidateAtIndex:(unsigned int)fp8;
+- (void)showNextCandidate;
+- (void)showPageAtIndex:(unsigned int)fp8;
+- (void)showNextPage;
+- (void)showPreviousPage;
+- (id)currentCandidate;
+- (id)candidateAtIndex:(unsigned int)fp8;
+- (void)setCorrection:(id)fp8 typedText:(id)fp12 inRect:(struct CGRect)fp16 maxX:(float)fp32;
+- (void)setCandidateObject:(id)fp8 typedText:(id)fp12 inRect:(struct CGRect)fp16 maxX:(float)fp32;
+- (id)correction;
+- (void)setPosition:(int)fp8;
+- (int)position;
+- (id)typedTextView;
+- (id)correctionView;
+- (id)correctionAnimationView;
+- (id)typedTextAnimationView;
+- (id)correctionShadowView;
+- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (BOOL)pointInside:(struct CGPoint)fp8 withEvent:(id)fp16;
+- (void)dismiss;
+- (void)mouseDown:(struct __GSEvent *)fp8;
+- (void)mouseDragged:(struct __GSEvent *)fp8;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
+- (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
+- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
+- (void)_candidateSelected:(id)fp8;
+- (unsigned int)index;
+- (unsigned int)numberOfShownItems;
+- (void)setSelectedItem:(unsigned int)fp8;
+- (BOOL)prepareForAnimation:(struct CGRect)fp8;
+- (struct CGRect)topRect;
+- (struct CGRect)bottomRect;
+- (BOOL)needsWebDocumentViewEventsDirectly;
+
+@end
+