// // YMMomentListCollectionViewCell.h // YUMI // // Created by XY on 2023/2/16. // #import @class MonentsInfoModel; NS_ASSUME_NONNULL_BEGIN @interface XPMomentListCollectionViewCell : UICollectionViewCell @property (nonatomic,strong) MonentsInfoModel *monentsInfo; @end NS_ASSUME_NONNULL_END