/headers/Preferences/CDStructures.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 struct CGColor;
00008 
00009 struct CGPoint {
00010     float x;
00011     float y;
00012 };
00013 
00014 struct CGRect {
00015     struct CGPoint origin;
00016     struct CGSize size;
00017 };
00018 
00019 struct CGSize {
00020     float width;
00021     float height;
00022 };
00023 
00024 struct _NSZone;
00025 
00026 struct __CFString;
00027 
00028 struct __GSEvent;
00029 
00030 struct __SCPreferences;
00031