#import <Foundation/Foundation.h>

#import "Test.h"

@implementation Test
- (void) doTest {
    NSLog(@"-[Test doTest]");
}
@end

