// // BoxHeartbeatReStartSucView.h // 双子星云手机 // // Created by xd h on 2025/2/8. // #import NS_ASSUME_NONNULL_BEGIN @interface BoxHeartbeatReStartSucView : UIView @property(nonatomic,assign)NSInteger type;//1 云手机 2 盒子 - (id)initWithType:(NSInteger)type; @end NS_ASSUME_NONNULL_END