Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save evanbarry/a5b35f7f5ed2eb57ad7d to your computer and use it in GitHub Desktop.
^(NSDictionary *params, NSError *error) {
if (!error && [params objectForKey:@"coupon_id") {
// show the view controller to show the coupon clicked on
NSLog(@"params: %@", params.description)
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment