Commit | Line | Data |
---|---|---|
7b30b292 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 CGPoint { | |
8 | float x; | |
9 | float y; | |
10 | }; | |
11 | ||
12 | struct CGRect { | |
13 | struct CGPoint origin; | |
14 | struct CGSize size; | |
15 | }; | |
16 | ||
17 | struct CGSize { | |
18 | float width; | |
19 | float height; | |
20 | }; | |
21 | ||
22 | struct _NSZone; | |
23 | ||
24 | struct __CFString; | |
25 | ||
26 | struct __GSEvent; | |
27 | ||
28 | struct __SCPreferences; | |
29 |