Skip to content

Instantly share code, notes, and snippets.

@daichi1021
Created March 21, 2014 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daichi1021/9680030 to your computer and use it in GitHub Desktop.
Save daichi1021/9680030 to your computer and use it in GitHub Desktop.
- (void)upsertAccount:(NSDictionary*)account
{
if (nil != account) {
[_store upsertEntries:[NSArray arrayWithObject:account]
toSoup:kAccountSoupName];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment