开发者

@protocol extends @protocol

开发者 https://www.devze.com 2022-12-21 16:53 出处:网络
can @protocol extend @protoco开发者_如何转开发l ? @protocol Prot1 : Prot2 @end like in java: public interface Interface1 extends Interface2 {

can @protocol extend @protoco开发者_如何转开发l ?

@protocol Prot1 : Prot2
@end

like in java:

public interface Interface1 extends Interface2 {
}


Yes, but with the syntax

@protocol Prot1 <Prot2, Prot3, Prot4> 
@end
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号