8 lines
88 B
Text
8 lines
88 B
Text
NSObject :: struct {
|
|
id: u64;
|
|
}
|
|
|
|
NSString :: struct {
|
|
#as using isa: NSObject;
|
|
}
|
|
|