Files
yinmeng-ios/xplan-ios/Main/Home/View/XPNewPartyListCollectionViewCell.h
2023-07-26 18:44:15 +08:00

18 lines
342 B
Objective-C

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