-
Notifications
You must be signed in to change notification settings - Fork 0
/
CDStructures.h
245 lines (208 loc) · 4.87 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#pragma mark Blocks
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
#pragma mark Named Structures
struct CGAffineTransform {
double a;
double b;
double c;
double d;
double tx;
double ty;
};
struct CGPoint {
double x;
double y;
};
struct CGRect {
struct CGPoint origin;
struct CGSize size;
};
struct CGSize {
double width;
double height;
};
struct FBSceneLayer {
Class _field1;
};
struct NSDictionary {
Class _field1;
};
struct NSMutableSet {
Class _field1;
};
struct NSNumber {
Class _field1;
};
struct NSSet {
Class _field1;
};
struct NSString {
Class _field1;
};
struct SBIconCoordinate {
long long row;
long long col;
};
struct SBNormalizedTransitionInterval {
double start;
double duration;
};
struct SBWindowLevelRange_struct {
double start;
double end;
};
struct UIEdgeInsets {
double top;
double left;
double bottom;
double right;
};
struct _NSRange {
unsigned long long location;
unsigned long long length;
};
struct _opaque_pthread_t {
long long _field1;
struct __darwin_pthread_handler_rec *_field2;
char _field3[8176];
};
#pragma mark Typedef'd Structures
typedef struct {
_Bool _field1;
_Bool _field2;
_Bool _field3;
_Bool _field4;
_Bool _field5;
double _field6;
int _field7;
} CDStruct_e950349b;
typedef struct {
unsigned long long _field1;
unsigned long long _field2;
double _field3;
} CDStruct_00a825b0;
typedef struct {
unsigned long long _field1;
id *_field2;
unsigned long long *_field3;
unsigned long long _field4[5];
} CDStruct_70511ce9;
typedef struct {
_Bool itemIsEnabled[32];
char timeString[64];
int gsmSignalStrengthRaw;
int gsmSignalStrengthBars;
char serviceString[100];
char serviceCrossfadeString[100];
char serviceImages[2][100];
char operatorDirectory[1024];
unsigned int serviceContentType;
int wifiSignalStrengthRaw;
int wifiSignalStrengthBars;
unsigned int dataNetworkType;
int batteryCapacity;
unsigned int batteryState;
char batteryDetailString[150];
int bluetoothBatteryCapacity;
int thermalColor;
unsigned int thermalSunlightMode:1;
unsigned int slowActivity:1;
unsigned int syncActivity:1;
char activityDisplayId[256];
unsigned int bluetoothConnected:1;
unsigned int displayRawGSMSignal:1;
unsigned int displayRawWifiSignal:1;
unsigned int locationIconType:1;
unsigned int quietModeInactive:1;
unsigned int tetheringConnectionCount;
unsigned int batterySaverModeActive:1;
unsigned int deviceIsRTL:1;
unsigned int lock:1;
char breadcrumbTitle[256];
char breadcrumbSecondaryTitle[256];
char personName[100];
char returnToAppBundleIdentifier[100];
unsigned int electronicTollCollectionAvailable:1;
unsigned int wifiLinkWarning:1;
} CDStruct_5e10f1a5;
typedef struct {
unsigned int _field1[8];
} CDStruct_6ad76789;
typedef struct {
unsigned int willActivate:1;
unsigned int didActivate:1;
unsigned int willDeactivate:1;
unsigned int didDeactivate:1;
unsigned int didChangeTop:1;
unsigned int topBgStyleChange:1;
unsigned int topStatusBarVisibile:1;
unsigned int topOrientationEnable:1;
unsigned int didCreateWindow:1;
unsigned int willTearDownWindow:1;
unsigned int didTearDownWindow:1;
unsigned int didRemoveFromWindow:1;
} CDStruct_0ac80af1;
typedef struct {
double value;
_Bool inclusive;
} CDStruct_e3385c33;
typedef struct {
double _field1;
double _field2;
double _field3;
_Bool _field4;
_Bool _field5;
long long _field6;
long long _field7;
} CDStruct_94962e32;
typedef struct {
double progress;
double cornerRadiusProgress;
double initialItemTranslation;
double dimming;
} CDStruct_efa48ab2;
typedef struct {
int _field1;
int _field2;
} CDStruct_1ef3fb1f;
typedef struct {
long long startStyle;
long long endStyle;
double transitionFraction;
} CDStruct_059c2b36;
typedef struct {
_Bool valid;
CDStruct_059c2b36 styleTransitionState;
} CDStruct_e838e30c;
typedef struct {
long long _field1;
struct CGPoint _field2;
struct CGPoint _field3;
} CDStruct_3b09cf25;
typedef struct {
struct {
unsigned int _field1;
unsigned int _field2;
unsigned int _field3;
unsigned int _field4;
unsigned int _field5;
int _field6;
} _field1;
struct {
unsigned int _field1;
} _field2;
} CDStruct_a54b61c1;
typedef struct {
CDStruct_e3385c33 start;
CDStruct_e3385c33 end;
} CDStruct_3e878e9e;
typedef struct {
double value;
CDStruct_3e878e9e interval;
long long mode;
} CDStruct_7238a68f;