#import <Cordova/CDV.h>

@interface WebSharePlugin : CDVPlugin

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

@end