--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+struct CGAffineTransform {
+ float _field1;
+ float _field2;
+ float _field3;
+ float _field4;
+ float _field5;
+ float _field6;
+};
+
+struct CGColor;
+
+struct CGImage;
+
+struct CGPoint {
+ float x;
+ float y;
+};
+
+struct CGRect {
+ struct CGPoint origin;
+ struct CGSize size;
+};
+
+struct CGSize {
+ float width;
+ float height;
+};
+
+struct _NSRange {
+ unsigned int _field1;
+ unsigned int _field2;
+};
+
+struct _NSZone;
+
+struct __CFAttributedString;
+
+struct __CFBag;
+
+struct __CFDictionary;
+
+struct __CFRunLoopTimer;
+
+struct __CFSet;
+
+struct __GSEvent;
+
+typedef struct {
+ float _field1;
+ float _field2;
+ float _field3;
+} CDAnonymousStruct1;
+