X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/CDStructures.h?ds=inline diff --git a/AddressBookUI/CDStructures.h b/AddressBookUI/CDStructures.h new file mode 100644 index 0000000..b9b0726 --- /dev/null +++ b/AddressBookUI/CDStructures.h @@ -0,0 +1,57 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +struct CGPoint { + float _field1; + float _field2; +}; + +struct CGRect { + struct CGPoint _field1; + struct CGSize _field2; +}; + +struct CGSize { + float _field1; + float _field2; +}; + +struct _NSRange { + unsigned int location; + unsigned int length; +}; + +struct _NSZone; + +struct __CFArray; + +struct __CFDictionary; + +struct __CFSet; + +struct __GSEvent; + +typedef struct { + struct { + } *_field1; + int _field2; + int _field3; +} CDAnonymousStruct3; + +typedef struct { + id _field1; + unsigned int _field2; +} CDAnonymousStruct2; + +typedef struct { + id _field1; + id _field2; + id _field3; + id _field4; + struct CGRect _field5; + void *_field6; +} CDAnonymousStruct1; +