• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "Base.h"
2 @protocol DerivedProtocol<BaseProtocol>
3 - (void) test2;
4 @end
5