123456789101112131415161718192021 |
- //
- // YOUPAILZLiveMusicItemCell.h
- // VQU
- //
- // Created by CY on 2021/6/25.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZMusicListItemModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveMusicItemCell : UITableViewCell
- @property (nonatomic,copy) void (^youpaipaddMusicBlock)(YOUPAILZMusicListItemModel *model); // 添加歌曲
- - (void)youpaifreloadWithModel:(YOUPAILZMusicListItemModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|