inputPWDViewController.h 308 B

1234567891011121314151617
  1. //
  2. // inputPWDViewController.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/10/12.
  6. //
  7. #import "BaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface inputPWDViewController : BaseViewController
  10. @property(nonatomic, assign) bool isQRCodeType;//第一次 扫码进来的
  11. @end
  12. NS_ASSUME_NONNULL_END