[iphone] all memory leaks fixed. A number of minor bugs corrected
[zxing.git] / iphone / ZXingWidget / Classes / ZXingWidgetController.h
index daf29b9..252d4aa 100755 (executable)
 }
 
 @property (nonatomic, assign) id<ZXingDelegate> delegate;
-@property (nonatomic, assign) BOOL showCancel;
 @property (nonatomic, assign) NSURL *soundToPlay;
-@property (nonatomic, assign) BOOL oneDMode;
 @property (nonatomic, retain) ParsedResult *result;
 @property (nonatomic, retain) NSArray *actions;
+@property (nonatomic, retain) OverlayView *overlayView;
+
+- (id)initWithDelegate:(id<ZXingDelegate>)delegate showCancel:(BOOL)shouldShowCancel OneDMode:(BOOL)shouldUseoOneDMode;
 
-- (id)initWithDelegate:(id<ZXingDelegate>)delegate;
 - (BOOL)fixedFocus;
 @end