#import <Cordova/CDVPlugin.h>

/* ================================================================================
 * Developed By     : Krishnendu Sekhar Das
 * Company          : Indusnet Technologies Pvt. Ltd.
 * File             : KPDFViewer.h
 ==================================================================================*/

@interface KPDFViewer : CDVPlugin {}

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