// // RQVideoListCell.h // JSJP // // Created by 张嵘 on 2021/11/3. // #import "RQCommonCollectionViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface RQVideoListCell : RQCommonCollectionViewCell - (void)reloadData:(CGXVerticalMenuMoreListSectionItemModel *)model; @end NS_ASSUME_NONNULL_END