1 @interface BaseInterface
2 - (void) test;
3 @end
4