]> git.saurik.com Git - iphone-api.git/blame - MessageUI/ComposeHeaderView.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / MessageUI / ComposeHeaderView.h
CommitLineData
434ac614
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 "UIView.h"
8
9@class HeaderLabelView, NSString;
10
11@interface ComposeHeaderView : UIView
12{
13 NSString *_label;
14 HeaderLabelView *_labelView;
15 id _delegate;
16 UIView *_separator;
17}
18
19+ (float)defaultHeight;
20- (struct CGColor *)labelColor;
21- (id)initWithFrame:(struct CGRect)fp8;
22- (void)setLabel:(id)fp8;
23- (void)setLabelHighlighted:(BOOL)fp8;
24- (float)maxLabelX;
25- (BOOL)_canBecomeFirstResponder;
26- (void)mouseUp:(struct __GSEvent *)fp8;
27- (void)setDelegate:(id)fp8;
28- (void)setFrame:(struct CGRect)fp8;
29- (void)layoutSubviews;
30- (void)dealloc;
31
32@end
33