// // YOUPAILZMusicLyricCell.h // VQU // // Created by CY on 2021/6/26. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZMusicLyricCell : UITableViewCell @property (nonatomic, strong) UILabel *youpaiptextL; @end NS_ASSUME_NONNULL_END