Skip to content

Instantly share code, notes, and snippets.

@lperrin
Created July 9, 2014 17:28
Show Gist options
  • Save lperrin/b06342aaddbe68ef5458 to your computer and use it in GitHub Desktop.
Save lperrin/b06342aaddbe68ef5458 to your computer and use it in GitHub Desktop.
+ (BOOL)isSelectorExcludedFromWebScript:(SEL)sel
{
return NO;
}
+ (BOOL)isKeyExcludedFromWebScript:(const char *)name
{
return NO;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment