// // MySetViewController.h // 双子星云手机 // // Created by APPLE on 2023/8/17. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface MySetViewController : BaseViewController /** * @brief 云机状态( 0:不存在 1:有效时间 2:有效时间不足 3:过期未回收 ) 1、2为VIP状态 0、3 非VIP状态 */ @property(nonatomic, assign)NSInteger whetherPhoneStatus; @end NS_ASSUME_NONNULL_END