Files
peko-ios/YuMi/Modules/YMMonents/View/Cell/XPMomentListCollectionViewCell.h
2023-07-14 18:50:55 +08:00

21 lines
319 B
Objective-C

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