/headers/MessageUI/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 CGPoint {
00008     float _field1;
00009     float _field2;
00010 };
00011 
00012 struct CGRect {
00013     struct CGPoint _field1;
00014     struct CGSize _field2;
00015 };
00016 
00017 struct CGSize {
00018     float width;
00019     float height;
00020 };
00021 
00022 struct CPRecord;
00023 
00024 struct _NSRange {
00025     unsigned int location;
00026     unsigned int length;
00027 };
00028 
00029 struct _NSZone;
00030 
00031 struct __CFDictionary;
00032 
00033 struct __GSEvent;
00034 
00035 typedef struct {
00036     struct CGRect _field1;
00037     struct CGRect _field2;
00038     struct CGRect _field3;
00039 } CDAnonymousStruct1;
00040