]> git.saurik.com Git - iphone-api.git/blame - MessageUI/CDStructures.h
Added some work on liblockdown.
[iphone-api.git] / MessageUI / CDStructures.h
CommitLineData
434ac614
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7struct CGColor;
8
9struct CGPoint {
10 float x;
11 float y;
12};
13
14struct CGRect {
15 struct CGPoint origin;
16 struct CGSize size;
17};
18
19struct CGSize {
20 float width;
21 float height;
22};
23
24struct _NSRange {
25 unsigned int location;
26 unsigned int length;
27};
28
29struct _NSZone;
30
31struct __CFArray;
32
33struct __CFDictionary;
34
35struct __GSEvent;
36
37typedef struct {
38 unsigned int :1;
39 unsigned int :1;
40 unsigned int :1;
41} CDAnonymousStruct1;
42
43typedef struct {
44 struct CGRect left;
45 struct CGRect middle;
46 struct CGRect right;
47} CDAnonymousStruct2;
48