123456789101112131415161718 |
- //
- // NASMySpaceView.h
- // 双子星云手机
- //
- // Created by xd h on 2024/6/19.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NASMySpaceView : UIView
- @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
- - (void)setProgressFun;
- @end
- NS_ASSUME_NONNULL_END
|