2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "UITextViewDelegate-Protocol.h"
13 @interface SMSTextEntryView
: UIView
<UITextViewDelegate
>
15 SMSTextView
*_textView
;
21 float _resizeDuration
;
24 + (struct CGSize
)defaultSize
;
25 - (void)_loadTextView
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8
;
27 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
28 - (BOOL
)canBecomeFirstResponder
;
29 - (BOOL
)canResignFirstResponder
;
30 - (BOOL
)becomeFirstResponder
;
31 - (BOOL
)isFirstResponder
;
32 - (int)cursorPosition
;
33 - (BOOL
)resignFirstResponder
;
34 - (void)smsTextViewWillBecomeFirstResponder
:(id
)fp8
;
35 - (float)bottomBufferHeight
;
36 - (void)setText
:(id
)fp8
;
38 - (void)setDelegate
:(id
)fp8
;
40 - (void)setDraws
:(BOOL
)fp8
;
41 - (void)setCursorPosition
:(int)fp8
;
42 - (int)lastCursorPosition
;
43 - (void)animator
:(id
)fp8 stopAnimation
:(id
)fp12
;
44 - (BOOL
)keyboardInputChanged
:(id
)fp8
;
45 - (void)resizeToFit
:(BOOL
)fp8
;
46 - (void)setResizeDuration
:(float)fp8
;
47 - (BOOL
)textView
:(id
)fp8 shouldScrollForPendingContentSize
:(struct CGSize
)fp12
;
48 - (int)keyboardInput
:(id
)fp8 positionForAutocorrection
:(id
)fp12
;
49 - (void)saveCursorPosition
;
50 - (void)restoreCursorPosition
;