123456789101112131415161718 |
- //
- // addAudioToPlayListBottomView.h
- // Private-X
- //
- // Created by xd h on 2024/7/15.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface addAudioToPlayListBottomView : UIView
- @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
- - (void)setButtonStateFunBy:(BOOL)canClick;
- @end
- NS_ASSUME_NONNULL_END
|