cordova-plugin-cszbar-jsg/ios/CsZBar.h
micaTewe 9a365ce13c Button to activate flash
Adding button to activate/deactivate flash during the capturing the phase.
2016-04-22 13:32:07 +10:00

15 lines
198 B
Objective-C

#import <Cordova/CDV.h>
#import "ZBarSDK.h"
#import <UIKit/UIKit.h>
@interface CsZBar : CDVPlugin <ZBarReaderDelegate>
- (void)scan: (CDVInvokedUrlCommand*)command;
- (void)toggleflash;
@end