forked from autopear/SpringBoard-iOS5-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCDStructures.h
124 lines (105 loc) · 2.07 KB
/
CDStructures.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#pragma mark Named Structures
struct CATransform3D {
float _field1;
float _field2;
float _field3;
float _field4;
float _field5;
float _field6;
float _field7;
float _field8;
float _field9;
float _field10;
float _field11;
float _field12;
float _field13;
float _field14;
float _field15;
float _field16;
};
struct CGAffineTransform {
float a;
float b;
float c;
float d;
float tx;
float ty;
};
struct CGPoint {
float x;
float y;
};
struct CGRect {
struct CGPoint origin;
struct CGSize size;
};
struct CGSize {
float width;
float height;
};
struct SBProcessTimes {
double execTime;
double beginUserCPUElapsedTime;
double beginSystemCPUElapsedTime;
double beginIdleCPUElapsedTime;
double beginApplicationCPUElapsedTime;
};
struct UIEdgeInsets {
float _field1;
float _field2;
float _field3;
float _field4;
};
struct _NSRange {
unsigned int _field1;
unsigned int _field2;
};
struct _opaque_pthread_mutex_t {
long __sig;
char __opaque[40];
};
struct _opaque_pthread_t {
long _field1;
struct __darwin_pthread_handler_rec *_field2;
char _field3[596];
};
#pragma mark Typedef'd Structures
typedef struct {
unsigned int _field1[8];
} CDStruct_6ad76789;
typedef struct {
char _field1;
char _field2;
char _field3;
char _field4;
float _field5;
int _field6;
} CDStruct_af7d35ee;
typedef struct {
float x;
float y;
float scale;
float rotate;
} CDStruct_812d5f7b;
typedef struct {
int _field1;
int _field2;
} CDStruct_1ef3fb1f;
typedef struct {
int type;
unsigned int pathIndex;
struct CGPoint location;
struct CGPoint previousLocation;
float totalDistanceTraveled;
int interfaceOrientation;
int previousInterfaceOrientation;
} CDStruct_5fc3239e;
typedef struct {
int direction;
struct CGRect rect;
} CDStruct_d18cc6b1;