[iphone] now decoders need to be injected into ZXingWidgetController to enhance perfo...
[zxing.git] / iphone / ZXingWidget / Classes / OverlayView.h
index 019ee1e..ad1ee63 100755 (executable)
        BOOL oneDMode;
 }
 
-//@property (nonatomic, retain)   UIImage*  image;
 @property (nonatomic, retain) NSArray*  points;
 @property (nonatomic, assign) id<CancelDelegate> delegate;
 @property (nonatomic, assign) BOOL oneDMode;
 
-- (id)initWithCancelEnabled:(BOOL)cancelEnabled frame:(CGRect)frame;
+
+- (id)initWithFrame:(CGRect)theFrame cancelEnabled:(BOOL)isCancelEnabled oneDMode:(BOOL)isOneDModeEnabled;
 
 - (CGRect)cropRect;