Skip to content

Instantly share code, notes, and snippets.

@objectiveSee
Created July 30, 2014 19:59
Show Gist options
  • Save objectiveSee/335e1ee836816ada245b to your computer and use it in GitHub Desktop.
Save objectiveSee/335e1ee836816ada245b to your computer and use it in GitHub Desktop.
- (NSArray *)decks
{
id d = [self valueForKey:EAUserDecksArray];
if ( !d ) {
return @[];
}
return d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment