@protocol extends @protocol can @protocol extend @protocol? @protocol Prot1 : Prot2 @end как в java: public interface Interface1 extends Interface2 { } Ответ 1 Да, но с синтаксисом @protocol Prot1 <Prot2, Prot3, Prot4> @end