brintos

brintos / llvm-project-archived public Read only

0
0
Text · 94 B · 5c40746 Raw
8 lines · plain
1#import <objc/NSObject.h>2 3@interface MyObject : NSObject4@end5 6@implementation MyObject7@end8