Skip to content

Instantly share code, notes, and snippets.

@evanbarry
Created July 22, 2015 20:29
Show Gist options
  • Select an option

  • Save evanbarry/9c0634cf044c0547dc06 to your computer and use it in GitHub Desktop.

Select an option

Save evanbarry/9c0634cf044c0547dc06 to your computer and use it in GitHub Desktop.
^(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