objective c - Syntax for multiple protocols -
what objective-c syntax multiple protocols?
could please elaborate on question? otherwise proper way declare class conforms multiple protocols. specify protocols class conforms after superclass declaration in classes header file.
@interface myclass : mysuperclass <delegate1, delegate2, delegate3> { //instance variables } //properties //methods
Comments
Post a Comment