// // RQHomeSubPageVideoCell.h // JSJP // // Created by 张嵘 on 2021/11/9. // #import "RQCommonCollectionViewCell.h" #import "RQHomeSubPageVideoItemViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHomeSubPageVideoCell : RQCommonCollectionViewCell @end NS_ASSUME_NONNULL_END