Files
peko-ios/YuMi/Modules/YMMonents/View/Cell/XPMomentListCollectionViewCell.h
2024-07-17 17:49:33 +08:00

21 lines
319 B
Objective-C

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