ScannerControllerView.h 271 B

1234567891011121314
  1. //
  2. // ScannerView.h
  3. // CodeScanner
  4. //
  5. // Created by Ray on 14-7-24.
  6. // Copyright (c) 2014年 Shinobi Controls. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ScannerControllerView : UIView
  10. @property CGRect highLightRect;
  11. @property bool auto_style;
  12. @end