Files
yinmeng-ios/xplan-ios/Main/Home/View/XPPartyListCollectionViewCell.h
chenshuanglin 54cbbbbad0 派对页面
2023-03-07 18:51:04 +08:00

20 lines
331 B
Objective-C

//
// XPPartyListCollectionViewCell.h
// xplan-ios
//
// Created by XY on 2023/3/7.
//
#import <UIKit/UIKit.h>
@class HomeRecommendRoomModel;
NS_ASSUME_NONNULL_BEGIN
@interface XPPartyListCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong) HomeRecommendRoomModel *roomModel;
@end
NS_ASSUME_NONNULL_END