]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/mSMSBalloonWebTextField.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / MobileSMS / mSMSBalloonWebTextField.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 "mSMSBalloonTextField.h"
8
9 @class DOMHTMLElement, UIWebDocumentView;
10
11 @interface mSMSBalloonWebTextField : mSMSBalloonTextField
12 {
13 UIWebDocumentView *_webLayer;
14 DOMHTMLElement *_textElement;
15 }
16
17 + (float)heightForText:(id)fp8;
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)dealloc;
20 - (void)setOrientation:(int)fp8;
21 - (void)setText:(id)fp8;
22 - (void)setDraws:(BOOL)fp8;
23 - (id)text;
24 - (void)setNeedsDisplay;
25 - (void)tighten;
26 - (void)cancelInteraction;
27 - (void)webViewDidChange:(id)fp8;
28
29 @end
30