addAudioToPlayListBottomView.h 342 B

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