From ebca8366f4528e5c04ffb9448abfea0faeafd1e0 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 17 Oct 2012 02:09:56 -0700 Subject: [PATCH] BarcodeScanner - orientation delegate protocol usage --- iOS/BarcodeScanner/CDVBarcodeScanner.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/BarcodeScanner/CDVBarcodeScanner.mm b/iOS/BarcodeScanner/CDVBarcodeScanner.mm index af18757..f2d6226 100644 --- a/iOS/BarcodeScanner/CDVBarcodeScanner.mm +++ b/iOS/BarcodeScanner/CDVBarcodeScanner.mm @@ -85,7 +85,7 @@ //------------------------------------------------------------------------------ // view controller for the ui //------------------------------------------------------------------------------ -@interface CDVbcsViewController : UIViewController {} +@interface CDVbcsViewController : UIViewController {} @property (nonatomic, retain) CDVbcsProcessor* processor; @property (nonatomic, retain) NSString* alternateXib; @property (nonatomic) BOOL shutterPressed;