1234567891011121314151617 |
- //
- // ScanResultViewController.h
- // LBXScanDemo
- //
- // Created by lbxia on 15/11/17.
- // Copyright © 2015年 lbxia. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ScanResultViewController : UIViewController
- @property (nonatomic, strong) UIImage* imgScan;
- @property (nonatomic, copy) NSString* strScan;
- @end
|