]>
Commit | Line | Data |
---|---|---|
73c9549b 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 CGPoint { | |
10 | float x; | |
11 | float y; | |
12 | }; | |
13 | ||
14 | struct CGRect { | |
15 | struct CGPoint origin; | |
16 | struct CGSize size; | |
17 | }; | |
18 | ||
19 | struct CGSize { | |
20 | float width; | |
21 | float height; | |
22 | }; | |
23 | ||
24 | struct _NSZone; | |
25 | ||
26 | struct __CFArray; | |
27 | ||
28 | struct __CFString; | |
29 | ||
30 | struct __CTSMSMessage; | |
31 | ||
32 | struct __GSEvent; | |
33 | ||
34 | typedef struct { | |
35 | int _field1; | |
36 | int _field2; | |
37 | } CDAnonymousStruct1; | |
38 |