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