TipsQRCodeViewController.h 341 B

123456789101112131415161718
  1. //
  2. // TipsQRCodeViewController.h
  3. // 隐私保护
  4. //
  5. // Created by APPLE on 2023/9/19.
  6. //
  7. #import "BaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TipsQRCodeViewController : BaseViewController
  10. @property(nonatomic,assign)BOOL isNeedToShowAleatType;
  11. @property(nonatomic,assign)NSInteger getSNMsgcode;
  12. @end
  13. NS_ASSUME_NONNULL_END