]>
Commit | Line | Data |
---|---|---|
434ac614 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 CGColor; | |
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 _NSRange { | |
25 | unsigned int location; | |
26 | unsigned int length; | |
27 | }; | |
28 | ||
29 | struct _NSZone; | |
30 | ||
31 | struct __CFArray; | |
32 | ||
33 | struct __CFDictionary; | |
34 | ||
35 | struct __GSEvent; | |
36 | ||
37 | typedef struct { | |
38 | unsigned int :1; | |
39 | unsigned int :1; | |
40 | unsigned int :1; | |
41 | } CDAnonymousStruct1; | |
42 | ||
43 | typedef struct { | |
44 | struct CGRect left; | |
45 | struct CGRect middle; | |
46 | struct CGRect right; | |
47 | } CDAnonymousStruct2; | |
48 |