Created
May 16, 2014 17:00
-
-
Save plivesey/d122e45d1d35951aea93 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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