{@code String hello = (String)Client.getInstance() .send(cls("NSString"), sel("stringWithUTF8String:"), "Hello");}
@param receiver A pointer to the object to which the message is being sent.
@param selector A pointer to the selector to call on the target.
@param args Variable arguments of the message.
@return The return value of the message call.
| |