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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -