]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 (UIButtonContentLookup) | |
10 | - (void)_setContent:(id)fp8 forState:(unsigned int)fp12; | |
11 | - (void)_setImage:(id)fp8 forStates:(unsigned int)fp12; | |
12 | - (void)_setBackground:(id)fp8 forStates:(unsigned int)fp12; | |
13 | - (void)_setTitle:(id)fp8 forStates:(unsigned int)fp12; | |
14 | - (void)_setTitleColor:(id)fp8 forStates:(unsigned int)fp12; | |
15 | - (void)_setShadowColor:(id)fp8 forStates:(unsigned int)fp12; | |
16 | - (id)_contentForState:(unsigned int)fp8; | |
17 | - (id)_archivableContent:(id *)fp8; | |
18 | - (void)_takeContentFromArchivableContent:(id)fp8 overrides:(id)fp12; | |
19 | - (id)_imageForState:(unsigned int)fp8 usesImageForNormalState:(char *)fp12; | |
20 | - (id)_backgroundForState:(unsigned int)fp8 usesBackgroundForNormalState:(char *)fp12; | |
21 | - (id)_titleForState:(unsigned int)fp8; | |
22 | - (id)_titleColorForState:(unsigned int)fp8; | |
23 | - (id)_shadowColorForState:(unsigned int)fp8; | |
24 | @end | |
25 |