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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -