TipsQRCodeForChangeDeviceViewController.h 435 B

123456789101112131415161718192021
  1. //
  2. // TipsQRCodeForChangeDeviceViewController.h
  3. // GBOX
  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. - (void)qrcodeBtnPressed;
  14. @end
  15. NS_ASSUME_NONNULL_END