#import <Cordova/CDVPlugin.h>

@interface OpenAppLink : CDVPlugin

- (void)open:(CDVInvokedUrlCommand*)command;

@end