天天省钱快报

ScanResultViewController.h 326B

1234567891011121314151617
  1. //
  2. // ScanResultViewController.h
  3. // LBXScanDemo
  4. //
  5. // Created by lbxia on 15/11/17.
  6. // Copyright © 2015年 lbxia. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ScanResultViewController : UIViewController
  10. @property (nonatomic, strong) UIImage* imgScan;
  11. @property (nonatomic, copy) NSString* strScan;
  12. @end