QRCodeScanViewController.h 303 B

1234567891011121314151617
  1. //
  2. // QRCodeScanViewController.h
  3. // 隐私保护
  4. //
  5. // Created by APPLE on 2023/9/19.
  6. //
  7. #import "BaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface QRCodeScanViewController : BaseViewController
  10. @property (nonatomic,copy) void (^didScanErrorFun)(NSInteger code);
  11. @end
  12. NS_ASSUME_NONNULL_END