]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/SMSTextEntryView.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / MobileSMS / SMSTextEntryView.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "UIView.h"
8
9 #import "UITextViewDelegate-Protocol.h"
10
11 @class SMSTextView;
12
13 @interface SMSTextEntryView : UIView <UITextViewDelegate>
14 {
15 SMSTextView *_textView;
16 BOOL _textViewLoaded;
17 id _delegate;
18 BOOL _visible;
19 BOOL _settingContent;
20 float _minHeight;
21 float _resizeDuration;
22 }
23
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;
37 - (id)text;
38 - (void)setDelegate:(id)fp8;
39 - (id)delegate;
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;
51
52 @end
53