123456789101112131415161718 |
- //
- // RQHomeSubPageVideoScrollCell.h
- // JSJP
- //
- // Created by 张嵘 on 2021/11/11.
- //
- #import "RQCommonCollectionViewCell.h"
- #import "RQHomeSubPageVideoScrollItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageVideoScrollCell : RQCommonCollectionViewCell
- @property (nonatomic, readwrite, strong) UICollectionView *superCollectionView;
- @end
- NS_ASSUME_NONNULL_END
|