5 lines
79 B
C
5 lines
79 B
C
|
#include "Base.h"
|
||
|
@protocol DerivedProtocol<BaseProtocol>
|
||
|
- (void) test2;
|
||
|
@end
|