2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UITableCell.h>
9 @interface mSMSBalloonTextField
: UITableCell
14 float _tightenedWidth
;
15 unsigned int _hasURLs
:1;
16 unsigned int _draws
:1;
17 unsigned int _forceTighten
:1;
20 + (struct CGSize
)defaultSize
;
22 + (float)heightForText
:(id
)fp8
;
23 + (struct CGContext
*)sharedSizingContext
;
24 - (id
)initWithFrame
:(struct CGRect
)fp8
;
25 - (void)setOrientation
:(int)fp8
;
26 - (void)animateToBubbleWithDuration
:(float)fp8
;
27 - (void)setBubbleAlpha
:(float)fp8
;
28 - (void)setText
:(id
)fp8
;
29 - (void)setDraws
:(BOOL
)fp8
;
31 - (void)setFrame
:(struct CGRect
)fp8
;
32 - (float)tightenedWidth
;
33 - (void)setForceTighten
:(BOOL
)fp8
;
35 - (void)drawBalloonImage
:(id
)fp8 inRect
:(struct CGRect
)fp12
;
36 - (struct CGRect
)balloonBounds
;
37 - (void)drawRect
:(struct CGRect
)fp8
;
38 - (void)setDelegate
:(id
)fp8
;
41 - (BOOL
)becomeFirstResponder
;
42 - (void)animator
:(id
)fp8 stopAnimation
:(id
)fp12
;