// // ScanResultVC.h // jiaPei // // Created by EchoShacolee on 2018/9/5. // Copyright © 2018年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface ScanResultVC : UIViewController @property(nonatomic,copy)NSString *resultStr; @end