/headers/PhotoLibrary/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 CGImage;
00010 
00011 struct CGPath;
00012 
00013 struct CGPoint {
00014     float x;
00015     float y;
00016 };
00017 
00018 struct CGRect {
00019     struct CGPoint origin;
00020     struct CGSize size;
00021 };
00022 
00023 struct CGSize {
00024     float width;
00025     float height;
00026 };
00027 
00028 struct CPRecord;
00029 
00030 struct CameraDevice;
00031 
00032 struct CameraImageQueueHelper;
00033 
00034 struct __CFArray;
00035 
00036 struct __CFData;
00037 
00038 struct __CFDictionary;
00039 
00040 struct __CoreSurfaceBuffer;
00041 
00042 struct __GSEvent;
00043 
00044 struct __GSFont;
00045 
00046 typedef struct {
00047     int _field1;
00048     int _field2;
00049     id _field3;
00050     id _field4;
00051     float _field5;
00052     int _field6;
00053     SEL _field7;
00054     id _field8;
00055 } CDAnonymousStruct1;
00056