9a365ce13c
Adding button to activate/deactivate flash during the capturing the phase.
15 lines
198 B
Objective-C
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
|