]> git.saurik.com Git - iphone-api.git/blob - ChatKit/MailToolbarButton.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / MailToolbarButton.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 "UIThreePartButton.h"
8
9 @class UIImageView, UITextLabel;
10
11 @interface MailToolbarButton : UIThreePartButton
12 {
13 UITextLabel *_titleLabel;
14 UIImageView *_iconView;
15 BOOL _isRed;
16 BOOL _isMinibar;
17 }
18
19 - (id)initAsRed:(BOOL)fp8;
20 - (void)dealloc;
21 - (void)setEnabled:(BOOL)fp8;
22 - (struct CGPoint)_offsetForMiniBarState:(BOOL)fp8;
23 - (void)updateForMiniBarState:(BOOL)fp8;
24 - (void)setTitle:(id)fp8;
25 - (void)layoutSubviews;
26
27 @end
28