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