TipsQRCodeForChangeDeviceViewController.h 417 B

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