Skip to content

Instantly share code, notes, and snippets.

@rexmortus
Created May 22, 2011 01:02
Show Gist options
  • Save rexmortus/985054 to your computer and use it in GitHub Desktop.
Save rexmortus/985054 to your computer and use it in GitHub Desktop.
Example Implementation of WebScriptObject Method
- (void)printMessageToConsole:(NSString *)string {
NSLog(@“%@“, string);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment