mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-23 12:29:43 +00:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
struct _NSRange {
|
|
unsigned int location;
|
|
unsigned int length;
|
|
};
|
|
|
|
struct _NSRange foo;
|
|
struct _NSRange bar;
|