brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 3911d76 Raw
10 lines · c
1#ifndef SOME_OTHER_KIT_H2 3__attribute__((objc_root_class))4@interface A5-(void)methodA;6-(void)methodB;7@end8 9#endif10