NASMySpaceView.h 294 B

123456789101112131415161718
  1. //
  2. // NASMySpaceView.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/6/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface NASMySpaceView : UIView
  10. @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
  11. - (void)setProgressFun;
  12. @end
  13. NS_ASSUME_NONNULL_END