]>
Commit | Line | Data |
---|---|---|
2cd8f71b 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 CGAffineTransform { | |
8 | float _field1; | |
9 | float _field2; | |
10 | float _field3; | |
11 | float _field4; | |
12 | float _field5; | |
13 | float _field6; | |
14 | }; | |
15 | ||
16 | struct CGColor; | |
17 | ||
18 | struct CGImage; | |
19 | ||
20 | struct CGPoint { | |
21 | float x; | |
22 | float y; | |
23 | }; | |
24 | ||
25 | struct CGRect { | |
26 | struct CGPoint origin; | |
27 | struct CGSize size; | |
28 | }; | |
29 | ||
30 | struct CGSize { | |
31 | float width; | |
32 | float height; | |
33 | }; | |
34 | ||
35 | struct _NSRange { | |
36 | unsigned int _field1; | |
37 | unsigned int _field2; | |
38 | }; | |
39 | ||
40 | struct _NSZone; | |
41 | ||
42 | struct __CFAttributedString; | |
43 | ||
44 | struct __CFBag; | |
45 | ||
46 | struct __CFDictionary; | |
47 | ||
48 | struct __CFRunLoopTimer; | |
49 | ||
50 | struct __CFSet; | |
51 | ||
52 | struct __GSEvent; | |
53 | ||
54 | typedef struct { | |
55 | float _field1; | |
56 | float _field2; | |
57 | float _field3; | |
58 | } CDAnonymousStruct1; | |
59 |