]>
Commit | Line | Data |
---|---|---|
c58d80b0 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 | ||
7 | struct CGContext; | |
8 | ||
9 | struct CGImage; | |
10 | ||
11 | struct CGImageSource; | |
12 | ||
13 | struct CGPoint { | |
14 | float x; | |
15 | float y; | |
16 | }; | |
17 | ||
18 | struct CGRect { | |
19 | struct CGPoint origin; | |
20 | struct CGSize size; | |
21 | }; | |
22 | ||
23 | struct CGSize { | |
24 | float width; | |
25 | float height; | |
26 | }; | |
27 | ||
28 | struct UIEdgeInsets { | |
29 | float _field1; | |
30 | float _field2; | |
31 | float _field3; | |
32 | float _field4; | |
33 | }; | |
34 | ||
35 | struct _NSRange { | |
36 | unsigned int _field1; | |
37 | unsigned int _field2; | |
38 | }; | |
39 | ||
40 | struct _NSZone; | |
41 | ||
42 | struct __CFString; | |
43 | ||
44 | struct __CKSMSAddress; | |
45 | ||
46 | struct __CKSMSRecord; | |
47 | ||
48 | struct __GSEvent; | |
49 | ||
50 | typedef struct { | |
51 | char _field1; | |
52 | char _field2; | |
53 | char _field3; | |
54 | float _field4; | |
55 | float _field5; | |
56 | int _field6; | |
57 | struct CGRect _field7; | |
58 | struct CGRect _field8; | |
59 | } CDAnonymousStruct1; | |
60 | ||
61 | typedef struct { | |
62 | int _field1; | |
63 | int _field2; | |
64 | } CDAnonymousStruct2; | |
65 |