Created
July 22, 2015 20:29
-
-
Save evanbarry/9c0634cf044c0547dc06 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ^(NSDictionary *params, NSError *error) { | |
| if (!error && [params objectForKey:@"station_id") { | |
| // show the view controller that plays a radio station | |
| NSLog(@"params: %@", params.description) | |
| } | |
| }]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment