]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/CDStructures.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / AddressBookUI / 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 CGPoint {
8 float _field1;
9 float _field2;
10 };
11
12 struct CGRect {
13 struct CGPoint _field1;
14 struct CGSize _field2;
15 };
16
17 struct CGSize {
18 float _field1;
19 float _field2;
20 };
21
22 struct _NSRange {
23 unsigned int location;
24 unsigned int length;
25 };
26
27 struct _NSZone;
28
29 struct __CFArray;
30
31 struct __CFDictionary;
32
33 struct __CFSet;
34
35 struct __GSEvent;
36
37 typedef struct {
38 struct {
39 } *_field1;
40 int _field2;
41 int _field3;
42 } CDAnonymousStruct3;
43
44 typedef struct {
45 id _field1;
46 unsigned int _field2;
47 } CDAnonymousStruct2;
48
49 typedef struct {
50 id _field1;
51 id _field2;
52 id _field3;
53 id _field4;
54 struct CGRect _field5;
55 void *_field6;
56 } CDAnonymousStruct1;
57