4 lines
43 B
C
4 lines
43 B
C
|
@protocol BaseProtocol
|
||
|
- (void) test;
|
||
|
@end
|