]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/SMSTextView.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / MobileSMS / SMSTextView.h
CommitLineData
73c9549b
JF
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 "UITextView.h"
8
9@interface SMSTextView : UITextView
10{
11 BOOL _ignoresEnsureSelection;
12 int _lastCursorLocation;
13}
14
15- (int)lastCursorPosition;
16- (void)ensureSelection;
17- (void)setText:(id)fp8;
18- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
19- (void)_forceSetContentSize:(struct CGSize)fp8;
20- (void)_setCursorLocation:(int)fp8;
21- (int)_cursorLocation;
22- (void)restoreCursorPosition;
23- (id)initWithFrame:(struct CGRect)fp8;
24- (BOOL)becomeFirstResponder;
25- (void)saveCursorPosition;
26- (id)automaticallySelectedOverlay;
27
28@end
29