BoxHeartbeatReStartView~.h 237 B

123456789101112131415161718
  1. //
  2. // BoxHeartbeatReStartView.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2025/2/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface BoxHeartbeatReStartView : UIView
  10. - (void)colseFun;
  11. @end
  12. NS_ASSUME_NONNULL_END