blob: 6b2cb3af80865bc4fd54cb5432628c91b4df944f [file] [log] [blame]
#import "Test.h"
@implementation Test
- (void) doTest {
NSLog(@"-[Test doTest]");
}
@end