BarcodeScanner - orientation delegate protocol usage

This commit is contained in:
Shazron Abdullah
2012-10-17 02:09:56 -07:00
parent 10c86dfd45
commit ebca8366f4

View File

@@ -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;