/headers/AddressBookUI/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 ABCMultiValue;
00008 
00009 struct CGColor;
00010 
00011 struct CGPoint {
00012     float _field1;
00013     float _field2;
00014 };
00015 
00016 struct CGRect {
00017     struct CGPoint _field1;
00018     struct CGSize _field2;
00019 };
00020 
00021 struct CGSize {
00022     float _field1;
00023     float _field2;
00024 };
00025 
00026 struct CPRecord;
00027 
00028 struct _NSRange {
00029     unsigned int location;
00030     unsigned int length;
00031 };
00032 
00033 struct __CFArray;
00034 
00035 struct __CFDictionary;
00036 
00037 struct __CFSet;
00038 
00039 struct __GSEvent;
00040 
00041 struct __GSFont;
00042 
00043 typedef struct {
00044     struct {
00045     } *_field1;
00046     int _field2;
00047 } CDAnonymousStruct1;
00048 
00049 typedef struct {
00050     id _field1;
00051     unsigned int _field2;
00052 } CDAnonymousStruct3;
00053 
00054 typedef struct {
00055     id _field1;
00056     id _field2;
00057     id _field3;
00058     id _field4;
00059     struct CGRect _field5;
00060     void *_field6;
00061 } CDAnonymousStruct2;
00062