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