#import <Cordova/CDV.h>

@interface Thumbnail : CDVPlugin

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

@end