blob: fdcde6158a7c31803b8c477a0d50caf49eb45c58 [file] [log] [blame]
#include "Base.h"
@protocol DerivedProtocol<BaseProtocol>
- (void) test2;
@end