]> git.saurik.com Git - iphone-api.git/blobdiff - MessageUI/CDStructures.h
Adding MessageUI framework.
[iphone-api.git] / MessageUI / CDStructures.h
diff --git a/MessageUI/CDStructures.h b/MessageUI/CDStructures.h
new file mode 100644 (file)
index 0000000..687e3da
--- /dev/null
@@ -0,0 +1,48 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+struct CGColor;
+
+struct CGPoint {
+    float x;
+    float y;
+};
+
+struct CGRect {
+    struct CGPoint origin;
+    struct CGSize size;
+};
+
+struct CGSize {
+    float width;
+    float height;
+};
+
+struct _NSRange {
+    unsigned int location;
+    unsigned int length;
+};
+
+struct _NSZone;
+
+struct __CFArray;
+
+struct __CFDictionary;
+
+struct __GSEvent;
+
+typedef struct {
+    unsigned int :1;
+    unsigned int :1;
+    unsigned int :1;
+} CDAnonymousStruct1;
+
+typedef struct {
+    struct CGRect left;
+    struct CGRect middle;
+    struct CGRect right;
+} CDAnonymousStruct2;
+