I Want to create A Protocol in my project For conform some parameters I have three classes to use so I want the classes to conform the protocol.
So please help me.
Thanks in advance
I Want to create A Protocol in my project For conform some parameters I have three classes to use so I want the classes to conform the protocol.
So please help me.
Thanks in advance
As you do for one class, use it for three or even dozens of classes, it doesn't matter how many protocols your class conforms to.
As you can see, i added randomly many delegate protocols here
To Create a protocol, refer here
I just Give Basic Idea for how to Create Protocol
Also Read This Question