| 123456789101112131415161718 |
- //
- // MusicHeaderCell.h
- // YBVideo
- //
- // Created by YunBao on 2018/7/28.
- // Copyright © 2018年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MusicHeaderCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *coverIV;
- @property (weak, nonatomic) IBOutlet UILabel *titleL;
- @end
|