@interface TestClass : NSObject
-(NSString*) test;
-(NSString*) test2;
@end
