2014-09-12 01:45:17 +08:00
|
|
|
#import <Cordova/CDV.h>
|
|
|
|
|
|
|
|
#import "ZBarSDK.h"
|
2015-09-15 06:50:42 +08:00
|
|
|
#import <UIKit/UIKit.h>
|
2014-09-12 01:45:17 +08:00
|
|
|
|
|
|
|
@interface CsZBar : CDVPlugin <ZBarReaderDelegate>
|
|
|
|
|
|
|
|
- (void)scan: (CDVInvokedUrlCommand*)command;
|
2015-09-15 06:50:42 +08:00
|
|
|
- (void)toggleflash;
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-09-12 01:45:17 +08:00
|
|
|
|
|
|
|
@end
|