Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created October 29, 2009 16:17
Show Gist options
  • Save hammerdr/221561 to your computer and use it in GitHub Desktop.
Save hammerdr/221561 to your computer and use it in GitHub Desktop.
@implementation OJUser : CPObject
...
- (void)initWithConnection:(OJConnection)connection
...
- (void)save
{
[connection save:self];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment