]> git.saurik.com Git - iphone-api.git/blob - MessageUI/ComposeFromView.h
Added lots more features and support.
[iphone-api.git] / MessageUI / ComposeFromView.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 <MessageUI/ComposeHeaderView.h>
8
9 @class UIImageView, UITextLabel;
10
11 @interface ComposeFromView : ComposeHeaderView
12 {
13 UITextLabel *_accountLabel;
14 UIImageView *_background;
15 }
16
17 - (id)initWithFrame:(struct CGRect)fp8;
18 - (void)dealloc;
19 - (void)layoutSubviews;
20 - (id)_accountLabel;
21 - (void)setAccountLabel:(id)fp8;
22 - (void)setLabelHighlighted:(BOOL)fp8;
23
24 @end
25