mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
BarcodeScanner - orientation delegate protocol usage
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// view controller for the ui
|
||||
//------------------------------------------------------------------------------
|
||||
@interface CDVbcsViewController : UIViewController {}
|
||||
@interface CDVbcsViewController : UIViewController <CDVBarcodeScannerOrientationDelegate> {}
|
||||
@property (nonatomic, retain) CDVbcsProcessor* processor;
|
||||
@property (nonatomic, retain) NSString* alternateXib;
|
||||
@property (nonatomic) BOOL shutterPressed;
|
||||
|
||||
Reference in New Issue
Block a user