// // QRCodeScanViewController.h // 隐私保护 // // Created by APPLE on 2023/9/19. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface QRCodeScanViewController : BaseViewController @property (nonatomic,copy) void (^didScanErrorFun)(NSInteger code); @end NS_ASSUME_NONNULL_END