Adding the WebCore headers (for Cydget).
[iphone-api.git] / Preferences / CDStructures.h
CommitLineData
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
7struct CGPoint {
8 float x;
9 float y;
10};
11
12struct CGRect {
13 struct CGPoint origin;
14 struct CGSize size;
15};
16
17struct CGSize {
18 float width;
19 float height;
20};
21
22struct _NSZone;
23
24struct __CFString;
25
26struct __GSEvent;
27
28struct __SCPreferences;
29