- //
- // ScannerView.h
- // CodeScanner
- //
- // Created by Ray on 14-7-24.
- // Copyright (c) 2014年 Shinobi Controls. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ScannerControllerView : UIView
- @property CGRect highLightRect;
- @property bool auto_style;
- @end
|