#import #import "ZBarSDK.h" #import @interface CsZBar : CDVPlugin - (void)scan: (CDVInvokedUrlCommand*)command; - (void)toggleflash; @end