]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIButtonContent.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIButtonContent.h
diff --git a/UIKit/UIButtonContent.h b/UIKit/UIButtonContent.h
new file mode 100644 (file)
index 0000000..6b3cd32
--- /dev/null
@@ -0,0 +1,41 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+#import "NSCoding-Protocol.h"
+#import "NSCopying-Protocol.h"
+
+@class NSString, UIColor, UIImage;
+
+@interface UIButtonContent : NSObject <NSCoding, NSCopying>
+{
+    NSString *title;
+    UIImage *image;
+    UIImage *background;
+    UIColor *titleColor;
+    UIColor *shadowColor;
+}
+
+- (BOOL)isEmpty;
+- (id)copyWithZone:(struct _NSZone *)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (id)description;
+- (id)shadowColor;
+- (void)setShadowColor:(id)fp8;
+- (id)titleColor;
+- (void)setTitleColor:(id)fp8;
+- (id)background;
+- (void)setBackground:(id)fp8;
+- (id)image;
+- (void)setImage:(id)fp8;
+- (id)title;
+- (void)setTitle:(id)fp8;
+
+@end
+