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