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