]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIGradient.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIGradient.h
diff --git a/UIKit/UIGradient.h b/UIKit/UIGradient.h
new file mode 100644 (file)
index 0000000..cd15460
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ *     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>
+
+/*XXX:*/typedef struct {
+    float _field1;
+    float _field2;
+    float _field3;
+    float _field4;
+    float _field5;
+} CDAnonymousStruct11;
+
+@interface UIGradient : NSObject
+{
+    CDAnonymousStruct11 *_values;
+    float _height;
+    struct CGShading *_shader;
+}
+
+- (id)initVerticalWithValues:(CDAnonymousStruct11 *)fp8;
+- (void)fillRect:(struct CGRect)fp8 inContext:(struct CGContext *)fp24;
+- (void)fillRect:(struct CGRect)fp8;
+- (void)dealloc;
+
+@end
+