10 lines
150 B
Objective-C
10 lines
150 B
Objective-C
#import <Cordova/CDV.h>
|
|
|
|
#import "ZBarSDK.h"
|
|
|
|
@interface CsZBar : CDVPlugin <ZBarReaderDelegate>
|
|
|
|
- (void)scan: (CDVInvokedUrlCommand*)command;
|
|
|
|
@end
|