Skip to content

Instantly share code, notes, and snippets.

@BenjaminPoulain
Created May 13, 2012 00:45
Show Gist options
  • Save BenjaminPoulain/2669961 to your computer and use it in GitHub Desktop.
Save BenjaminPoulain/2669961 to your computer and use it in GitHub Desktop.
Obj-C:
@interface
-uid
@end
JSC:
object.uid()
to -->
Obj-C:
@interface
-uid
-indirectUid { return [self uid]; }
@end
JSC:
object.indirectUid()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment