// // NYVideoListCell.h // jiaPei // // Created by Ning.ge on 2024/11/27. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYVideoListCell : UICollectionViewCell - (void)reloadData:(CGXVerticalMenuMoreListSectionItemModel *)model; @end NS_ASSUME_NONNULL_END