brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · 34de8b9 Raw
11 lines · plain
1#import <Foundation/Foundation.h>2 3#import "Test.h"4 5@implementation Test6- (void) doTest {7    NSLog(@"-[Test doTest]");8}9@end10 11