]>
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 <Foundation/NSObject.h> | |
8 | ||
9 | #import "NSCoding-Protocol.h" | |
10 | #import "NSCopying-Protocol.h" | |
11 | ||
12 | @class NSString, UIColor, UIImage; | |
13 | ||
14 | @interface UIButtonContent : NSObject <NSCoding, NSCopying> | |
15 | { | |
16 | NSString *title; | |
17 | UIImage *image; | |
18 | UIImage *background; | |
19 | UIColor *titleColor; | |
20 | UIColor *shadowColor; | |
21 | } | |
22 | ||
23 | - (BOOL)isEmpty; | |
24 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
25 | - (id)initWithCoder:(id)fp8; | |
26 | - (void)encodeWithCoder:(id)fp8; | |
27 | - (void)dealloc; | |
28 | - (id)description; | |
29 | - (id)shadowColor; | |
30 | - (void)setShadowColor:(id)fp8; | |
31 | - (id)titleColor; | |
32 | - (void)setTitleColor:(id)fp8; | |
33 | - (id)background; | |
34 | - (void)setBackground:(id)fp8; | |
35 | - (id)image; | |
36 | - (void)setImage:(id)fp8; | |
37 | - (id)title; | |
38 | - (void)setTitle:(id)fp8; | |
39 | ||
40 | @end | |
41 |