Created
July 22, 2015 20:33
-
-
Save evanbarry/a5b35f7f5ed2eb57ad7d 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:@"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