mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-23 12:29:43 +00:00
23 lines
368 B
Plaintext
23 lines
368 B
Plaintext
struct IPAlbumList {
|
|
void **;
|
|
struct vector<Album*,std::allocator<Album*>>;
|
|
struct _opaque_pthread_mutex_t;
|
|
};
|
|
|
|
struct _opaque_pthread_mutex_t {
|
|
long;
|
|
char [40];
|
|
};
|
|
|
|
struct vector<Album*,std::allocator<Album*>> {
|
|
struct {
|
|
struct {
|
|
id *;
|
|
id *;
|
|
id *;
|
|
};
|
|
};
|
|
};
|
|
|
|
struct IPAlbumList *var;
|