@protocol BaseProtocol
- (void) test;
@end
