4 lines
45 B
C
4 lines
45 B
C
|
@interface BaseInterface
|
||
|
- (void) test;
|
||
|
@end
|