Basic Protocol Definition

suggest change

Defining a new protocol:

@protocol NewProtocol

- (void)protocolMethod:(id)argument;

- (id)anotherMethod;

@end

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Protocols:
*Basic Protocol Definition

Table Of Contents