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