test2.m   [plain text]



#include <Foundation/Foundation.h>

@interface MyClass : NSObject
- (void) mymethod2;
@end

@implementation MyClass
- (void) mymethod2 { }
@end