]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIButton-UIButtonPrivate.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIButton.h>
9 @interface
UIButton (UIButtonPrivate
)
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
;