--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIView.h"
+
+@class HeaderLabelView, NSString;
+
+@interface ComposeHeaderView : UIView
+{
+ NSString *_label;
+ HeaderLabelView *_labelView;
+ id _delegate;
+ UIView *_separator;
+}
+
++ (float)defaultHeight;
+- (struct CGColor *)labelColor;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)setLabel:(id)fp8;
+- (void)setLabelHighlighted:(BOOL)fp8;
+- (float)maxLabelX;
+- (BOOL)_canBecomeFirstResponder;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (void)setDelegate:(id)fp8;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)layoutSubviews;
+- (void)dealloc;
+
+@end
+