Derive.h 79 Bytes Raw Blame History Permalink 1 2 3 4 #include "Base.h" @protocol DerivedProtocol<BaseProtocol> - (void) test2; @end