Skip to content

Instantly share code, notes, and snippets.

@plivesey
Created May 16, 2014 17:00
Show Gist options
  • Save plivesey/d122e45d1d35951aea93 to your computer and use it in GitHub Desktop.
Save plivesey/d122e45d1d35951aea93 to your computer and use it in GitHub Desktop.
- (NSNumber *)badgeNumberForNotificationsJson:(NSDictionary *)json {
return ([[json dictionaryForKey:kToast] numberForKey:kNotificationNumber]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment