Last active
August 29, 2015 14:15
-
-
Save nhindman/88f6f02b826d7a18f4af 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
| // | |
| // URX.h | |
| // | |
| // Created by Nate. | |
| // | |
| // | |
| #import <Cordova/CDVPlugin.h> | |
| @interface URX : CDVPlugin | |
| - (void) searchSongs:(CDVInvokedUrlCommand *)command; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment