mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-27 06:10:25 +00:00
17 lines
173 B
Plaintext
17 lines
173 B
Plaintext
struct _NSPoint {
|
|
float;
|
|
float;
|
|
};
|
|
|
|
struct _NSRect {
|
|
struct _NSPoint;
|
|
struct _NSSize;
|
|
};
|
|
|
|
struct _NSSize {
|
|
float;
|
|
float;
|
|
};
|
|
|
|
struct _NSRect var;
|