]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/CDStructures.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / 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 CGImage;
17
18 struct CGPoint {
19 float x;
20 float y;
21 };
22
23 struct CGRect {
24 struct CGPoint origin;
25 struct CGSize size;
26 };
27
28 struct CGSize {
29 float width;
30 float height;
31 };
32
33 struct CalAlarmEngine;
34
35 struct CalDatabase;
36
37 struct CalEventExpirationMonitor;
38
39 struct _NSRange {
40 unsigned int _field1;
41 unsigned int _field2;
42 };
43
44 struct _NSZone;
45
46 struct __CFDate;
47
48 struct __CFDateFormatter;
49
50 struct __CFDictionary;
51
52 struct __CFMachPort;
53
54 struct __CFSet;
55
56 struct __CFString;
57
58 struct __CFTimeZone;
59
60 struct __CTCall;
61
62 struct __CTSMSMessage;
63
64 struct __CTServerConnection;
65
66 struct __GSEvent;
67
68 struct __GSFont;
69
70 typedef struct {
71 int _field1;
72 char _field2;
73 char _field3;
74 char _field4;
75 char _field5;
76 double _field6;
77 } CDAnonymousStruct1;
78
79 typedef struct {
80 unsigned char voicemailAvailable;
81 int voicemailCount;
82 long long voicemailID;
83 } CDAnonymousStruct2;
84