Skip to content

Instantly share code, notes, and snippets.

@brandonscott
Created December 3, 2014 21:29
Show Gist options
  • Save brandonscott/56a221b04296b3c72469 to your computer and use it in GitHub Desktop.
Save brandonscott/56a221b04296b3c72469 to your computer and use it in GitHub Desktop.
Neo Help
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url
sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
{
NabuDataManager *ndm = [NabuDataManager sharedDataManager];
[ndm validateURLResponse:url withBlock:^(NSDictionary *cb) {
NSLog([cb description]);
}];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment