This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SPTypes.h
74 lines (62 loc) · 1.46 KB
/
SPTypes.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
/*
* SPTypes.h
* Lastify
*
*/
//
// Automatically generated by Class Dump ( http://www.codethecode.com/projects/class-dump/ )
// A lot of information not directly relevant to this app has been removed, it might be worth starting again if using this for a different purpose
//
struct ArtistInfo;
struct FileId {
unsigned char _field1[20];
};
struct MusicFormat {
unsigned char _field1;
unsigned char _field2;
unsigned char _field3;
unsigned char _field4;
int _field5;
};
struct RefPtr_AlbumInfo {
struct AlbumInfo *_field1;
};
struct RefPtr_ArtistInfo {
struct ArtistInfo *_field1;
};
struct RefPtr_TrackInfo {
struct TrackInfo *_field1;
};
struct TrackId {
unsigned char _field1[16];
};
struct VersionAndExpiry {
unsigned int _field1;
unsigned int _field2;
};
struct TrackInfo {
void **_field1;
long _field2;
char *_field3;
unsigned int _field4;
struct TrackId _field5;
struct FileId _field6;
struct MusicFormat _field7;
struct RefPtr_ArtistInfo _field8;
struct ArtistInfo **_field9;
struct RefPtr_AlbumInfo _field10;
struct RefPtr_TrackInfo _field11;
unsigned char _field12;
unsigned char _field13;
unsigned int a;
unsigned int b;
unsigned int c;
unsigned int d;
unsigned int e;
unsigned int f;
unsigned int g;
unsigned char _field14;
unsigned char _field15;
struct VersionAndExpiry _field16;
struct PurchaseLinks *_field17;
};