]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/CDStructures.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / CDStructures.h
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 struct CGAffineTransform {
8 float _field1;
9 float _field2;
10 float _field3;
11 float _field4;
12 float _field5;
13 float _field6;
14 };
15
16 struct CGColor;
17
18 struct CGContext;
19
20 struct CGImage;
21
22 struct CGPoint {
23 float x;
24 float y;
25 };
26
27 struct CGRect {
28 struct CGPoint origin;
29 struct CGSize size;
30 };
31
32 struct CGSize {
33 float width;
34 float height;
35 };
36
37 struct CalAlarmEngine;
38
39 struct CalDatabase;
40
41 struct CalEventExpirationMonitor;
42
43 struct _Apple80211;
44
45 struct _NSRange {
46 unsigned int _field1;
47 unsigned int _field2;
48 };
49
50 struct _NSZone;
51
52 struct __AOSNotificationSession;
53
54 struct __CFDate;
55
56 struct __CFDateFormatter;
57
58 struct __CFDictionary;
59
60 struct __CFError;
61
62 struct __CFMachPort;
63
64 struct __CFRunLoopSource;
65
66 struct __CFSet;
67
68 struct __CFString;
69
70 struct __CFTimeZone;
71
72 struct __CFUserNotification;
73
74 struct __CTCall;
75
76 struct __CTSMSMessage;
77
78 struct __CTServerConnection;
79
80 struct __GSEvent;
81
82 struct __GSFont;
83
84 typedef struct {
85 int _field1;
86 char _field2;
87 char _field3;
88 char _field4;
89 char _field5;
90 double _field6;
91 } CDAnonymousStruct1;
92
93 typedef struct {
94 unsigned char voicemailAvailable;
95 int voicemailCount;
96 long long voicemailID;
97 } CDAnonymousStruct2;
98