]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIButton-UIButtonPrivate.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIButton-UIButtonPrivate.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 UIButton (UIButtonPrivate)
10 - (id)tintColor;
11 - (void)setTintColor:(id)fp8;
12 - (void)setAutosizesToFit:(BOOL)fp8;
13 - (BOOL)autosizesToFit;
14 - (void)setDisabledDimsImage:(BOOL)fp8;
15 - (void)setShowPressFeedback:(BOOL)fp8;
16 - (struct CGPoint)pressFeedbackPosition;
17 - (void)setTitle:(id)fp8 forStates:(unsigned int)fp12;
18 - (void)setTitleColor:(id)fp8 forStates:(unsigned int)fp12;
19 - (void)setTitleShadowColor:(id)fp8 forStates:(unsigned int)fp12;
20 - (void)setImage:(id)fp8 forStates:(unsigned int)fp12;
21 - (void)setBackgroundImage:(id)fp8 forStates:(unsigned int)fp12;
22 @end
23