]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAutocorrectTextView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIAutocorrectTextView.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 <UIKit/UIView.h>
8
9 @class NSString, UIFont;
10
11 @interface UIAutocorrectTextView : UIView
12 {
13 NSString *m_string;
14 int m_type;
15 int m_edgeType;
16 UIFont *m_textFont;
17 BOOL m_animating;
18 }
19
20 - (id)initWithFrame:(struct CGRect)fp8 string:(id)fp24 type:(int)fp28 edgeType:(int)fp32;
21 - (void)dealloc;
22 - (void)setEdgeType:(int)fp8;
23 - (void)setAnimating:(BOOL)fp8;
24 - (void)drawRect:(struct CGRect)fp8;
25 - (BOOL)needsWebDocumentViewEventsDirectly;
26
27 @end
28