]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/mSMSMessageEntryView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / MobileSMS / mSMSMessageEntryView.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 "UI9PartImageView.h"
8
9@class SMSTextEntryView, UIColor, UIThreePartButton;
10
11@interface mSMSMessageEntryView : UI9PartImageView
12{
13 SMSTextEntryView *_textField;
14 UI9PartImageView *_balloonBGView;
15 UIThreePartButton *_sendButton;
16 struct CGRect _finalFrame;
17 BOOL _isAnimating;
18 UIColor *_disabledColor;
19}
20
21+ (float)defaultHeight;
22+ (float)maximumHeight;
23+ (float)verticalPaddingForTextView;
24- (id)initWithDefaultSize;
25- (void)dealloc;
26- (void)send:(id)fp8;
27- (id)textField;
28- (void)enableSendButton;
29- (id)_disabledColor;
30- (void)disableSendButton;
31- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
32- (struct CGRect)balloonFrame;
33- (void)setIsAnimating:(BOOL)fp8;
34- (void)setFinalFrame:(struct CGRect)fp8;
35- (struct CGRect)finalFrame;
36
37@end
38