YOUPAILZLiveMusicItemCell.h 480 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZLiveMusicItemCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/6/25.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZMusicListItemModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveMusicItemCell : UITableViewCell
  12. @property (nonatomic,copy) void (^youpaipaddMusicBlock)(YOUPAILZMusicListItemModel *model); // 添加歌曲
  13. - (void)youpaifreloadWithModel:(YOUPAILZMusicListItemModel *)model;
  14. @end
  15. NS_ASSUME_NONNULL_END