]>
Commit | Line | Data |
---|---|---|
3f68e226 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 CGImage; | |
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 __CFDictionary; | |
25 | ||
26 | struct __CFSet; | |
27 | ||
28 | struct __GSEvent; | |
29 | ||
30 | struct __GSFont; | |
31 | ||
32 | typedef struct { | |
33 | struct CGRect _field1; | |
34 | struct CGRect _field2; | |
35 | struct CGRect _field3; | |
36 | } CDAnonymousStruct1; | |
37 |