// // TipsQRCodeForChangeDeviceViewController.h // GBOX // // Created by APPLE on 2023/9/19. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface TipsQRCodeForChangeDeviceViewController : BaseViewController @property(nonatomic,assign)BOOL isRootVCType; @property(nonatomic,assign)BOOL isNeedToShowAleatType; @property(nonatomic,assign)NSInteger getSNMsgcode; - (void)qrcodeBtnPressed; @end NS_ASSUME_NONNULL_END