1#import <Foundation/Foundation.h>2 3#import "Test.h"4 5@implementation Test6- (void) doTest {7 NSLog(@"-[Test doTest]");8}9@end10 11