]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITexturedButton.h
Added UISystemFont*.
[iphone-api.git] / UIKit / UITexturedButton.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/UIButton.h>
8
9 @interface UITexturedButton : UIButton
10 {
11 }
12
13 - (id)initWithFrame:(struct CGRect)fp8;
14 - (int)buttonType;
15 - (void)setHighlighted:(BOOL)fp8;
16 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
17 - (void)drawRect:(struct CGRect)fp8;
18 - (void)setTitleColor:(id)fp8 forStates:(unsigned int)fp12;
19 - (id)titleColorForState:(unsigned int)fp8;
20 - (void)setTitleShadowColor:(id)fp8 forStates:(unsigned int)fp12;
21 - (id)titleShadowColorForState:(unsigned int)fp8;
22 - (void)setBackgroundImage:(id)fp8 forStates:(unsigned int)fp12;
23 - (id)backgroundImageForState:(unsigned int)fp8;
24
25 @end
26