ios-unity/Classes_cocos/LBXNative/ScanResultViewController.h
2022-11-25 15:08:47 +08:00

17 lines
289 B
Objective-C

//
// ScanResultViewController.h
// LBXScanDemo
//
//
#import <UIKit/UIKit.h>
@interface ScanResultViewController : UIViewController
@property (nonatomic, strong) UIImage* imgScan;
@property (nonatomic, copy) NSString* strScan;
@property (nonatomic,copy)NSString *strCodeType;
@end