123456789101112131415161718192021 |
- //
- // YOUPAILZMyMusicCell.h
- // YOUQU
- //
- // Created by CY on 2021/12/11.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZMusicListItemModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZMyMusicCell : UITableViewCell
- @property (nonatomic, copy) void (^moreBtnClickBlock)(YOUPAILZMusicListItemModel *model);
- - (void)youpaifreloadWithModel:(YOUPAILZMusicListItemModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|