]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIGlassButton.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIGlassButton.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 @class UIColor;
10
11 @interface UIGlassButton : UIButton
12 {
13 UIColor *_tintColor;
14 }
15
16 - (id)initWithFrame:(struct CGRect)fp8;
17 - (void)dealloc;
18 - (void)setTintColor:(id)fp8;
19 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
20 - (struct CGRect)titleRectForContentRect:(struct CGRect)fp8;
21 - (void)setTitleColor:(id)fp8 forStates:(unsigned int)fp12;
22 - (id)titleColorForState:(unsigned int)fp8;
23 - (void)setTitleShadowColor:(id)fp8 forStates:(unsigned int)fp12;
24 - (id)titleShadowColorForState:(unsigned int)fp8;
25 - (void)setBackgroundImage:(id)fp8 forStates:(unsigned int)fp12;
26 - (id)backgroundImageForState:(unsigned int)fp8;
27 - (id)tintColor;
28
29 @end
30