--- /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/UIScroller.h>
+
+#import <UIKit/UITextInputTraits-Protocol.h>
+
+@class DOMHTMLElement, UIColor, UIDelayedAction, UIFont, UIView, UIWebDocumentView, WebCoreFrameBridge, WebFrame;
+
+@interface UITextViewLegacy : UIScroller <UITextInputTraits>
+{
+ WebFrame *m_frame;
+ WebCoreFrameBridge *m_bridge;
+ DOMHTMLElement *m_body;
+ int m_marginTop;
+ UIDelayedAction *m_selectionTimer;
+ UIView *m_topAccessoryView;
+ UIDelayedAction *m_longPressAction;
+ struct CGPoint m_mouseDownPoint;
+ struct CGPoint m_mouseDownOffset;
+ void *m_mouseDownEvent;
+ BOOL m_selecting;
+ BOOL m_handlingMouse;
+ BOOL m_sentMouseDown;
+ BOOL m_passMouseDownToOther;
+ BOOL m_scrollOnMouseUp;
+ BOOL m_clearsSelectionOnBecomingFirstResponder;
+ UIWebDocumentView *m_webView;
+ UIFont *m_font;
+ UIColor *m_textColor;
+ int m_textAlignment;
+ struct _NSRange m_selectedRange;
+ BOOL m_editable;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithFrame:(struct CGRect)fp8 webView:(id)fp24;
+- (void)commonInit;
+- (void)dealloc;
+- (void)registerForEditingDelegateNotification:(id)fp8 selector:(SEL)fp12;
+- (struct CGSize)tileSizeForSize:(struct CGSize)fp8;
+- (id)styleString;
+- (void)recalculateStyle;
+- (void)updateWebViewObjects;
+- (BOOL)becomeFirstResponder;
+- (BOOL)resignFirstResponder;
+- (BOOL)canBecomeFirstResponder;
+- (BOOL)canResignFirstResponder;
+- (void)ensureSelection;
+- (struct CGPoint)constrainedPoint:(struct CGPoint)fp8;
+- (BOOL)pointInTopAccessoryView:(struct CGPoint)fp8;
+- (void)textLoupeTimerAction;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (void)mouseDown:(struct __GSEvent *)fp8;
+- (void)mouseDragged:(struct __GSEvent *)fp8;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (void)scrollRectToVisible:(struct CGRect)fp8 animated:(BOOL)fp24;
+- (void)webViewDidChange:(id)fp8;
+- (void)viewDidMoveToSuperview;
+- (void)performBecomeEditableTasks;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setSelectionWithPoint:(struct CGPoint)fp8;
+- (void)setSelectionToStart;
+- (void)setSelectionToEnd;
+- (struct CGRect)rectForSelection:(struct _NSRange)fp8;
+- (void)scrollToMakeCaretVisible:(BOOL)fp8;
+- (void)setContentToHTMLString:(id)fp8;
+- (id)contentAsHTMLString;
+- (id)textInputTraits;
+- (void)forwardInvocation:(id)fp8;
+- (id)methodSignatureForSelector:(SEL)fp8;
+- (id)font;
+- (void)setFont:(id)fp8;
+- (id)textColor;
+- (void)setTextColor:(id)fp8;
+- (BOOL)hasText;
+- (id)text;
+- (void)setText:(id)fp8;
+- (int)textAlignment;
+- (void)setTextAlignment:(int)fp8;
+- (struct _NSRange)selectedRange;
+- (void)setSelectedRange:(struct _NSRange)fp8;
+- (BOOL)isEditable;
+- (void)setEditable:(BOOL)fp8;
+- (id)topAccessoryView;
+- (void)setTopAccessoryView:(id)fp8;
+- (int)marginTop;
+- (void)setMarginTop:(int)fp8;
+- (struct CGRect)visibleRect;
+- (struct CGRect)visibleTextRect;
+- (id)webView;
+- (id)_scriptingInfo;
+- (void)scrollRangeToVisible:(struct _NSRange)fp8;
+- (BOOL)keyboardInput:(id)fp8 shouldInsertText:(id)fp12 isMarkedText:(BOOL)fp16;
+- (BOOL)keyboardInputShouldDelete:(id)fp8;
+- (BOOL)keyboardInputChanged:(id)fp8;
+- (void)keyboardInputChangedSelection:(id)fp8;
+- (id)keyboardInputOverlayContainer:(id)fp8;
+- (int)keyboardInput:(id)fp8 positionForAutocorrection:(id)fp12;
+
+@end
+