brintos

brintos / llvm-project-archived public Read only

0
0
Text · 87 B · 69d067a Raw
6 lines · plain
1@interface MyClass {2  int j;3};4+(MyClass*)fromInteger:(int)_j;5-(int)getInteger;6@end