]> git.saurik.com Git - iphone-api.git/blob - UIKit/_UILabeledPushButton.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / _UILabeledPushButton.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 <UIKit/UIThreePartButton.h>
8
9 @class UILabel;
10
11 @interface _UILabeledPushButton : UIThreePartButton
12 {
13 UILabel *_textLabel;
14 }
15
16 - (void)dealloc;
17 - (void)setLabel:(id)fp8;
18 - (void)setLabelFontSize:(float)fp8;
19 - (float)labelFontSize;
20 - (void)layoutSubviews;
21 - (void)setHighlighted:(BOOL)fp8;
22 - (void)drawTitleAtPoint:(struct CGPoint)fp8 width:(float)fp16;
23
24 @end
25