Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * This header is generated by class-dump-z 0.1-11o. | |
| * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
| */ | |
| #import "UIKit-Structs.h" | |
| #import <UIKit/UIButton.h> | |
| @interface UITexturedButton : UIButton { | |
| } | |
| -(id)initWithFrame:(CGRect)frame; | |
| -(int)buttonType; | |
| -(void)setHighlighted:(BOOL)highlighted; | |
| -(CGSize)sizeThatFits:(CGSize)fits; | |
| -(void)drawRect:(CGRect)rect; | |
| -(void)setTitleColor:(id)color forStates:(unsigned)states; | |
| -(id)titleColorForState:(unsigned)state; | |
| -(void)setTitleShadowColor:(id)color forStates:(unsigned)states; | |
| -(id)titleShadowColorForState:(unsigned)state; | |
| -(void)setBackgroundImage:(id)image forStates:(unsigned)states; | |
| -(id)backgroundImageForState:(unsigned)state; | |
| @end | |