Joy Online Manual
NAME |
@protocol - Objective-C protocol expression |
SYNOPSIS |
@protocol(name)
DESCRIPTION |
Returns the protocol object with the given name, like in Objective-C. |
EXAMPLE |
Protocol *counter = @protocol(ReferenceCounting)
SEE ALSO |
@protocol (statement) |
Index |