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