Created
February 12, 2015 17:47
-
-
Save nhindman/2c7ab6db4b38844dc42f 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
| [[[URXTerm alloc] initWithKeywords:@"ellie goulding"] searchAsynchronouslyWithSuccessHandler:^(URXSearchResponse *searchResponse) { | |
| // Handle Search Results | |
| } AndFailureHandler:^(URXAPIError *searchError) { | |
| // Handle Error | |
| }]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment