12345678910111213141516171819 |
- //
- // HomeHotVideoCell.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/8/29.
- //
- #import <UIKit/UIKit.h>
- #import "HomeVideoGroupModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeHotVideoCell : UICollectionViewCell
- - (void)configWithSource:(HomeVideoGroupModel *)source;
- @end
- NS_ASSUME_NONNULL_END
|