Files
yinmeng-ios/xplan-ios/Main/Home/View/XPPartyListCollectionViewCell.h
2023-03-17 18:53:46 +08:00

23 lines
403 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,readonly) UIImageView *backView;
@property (nonatomic, strong) HomeRecommendRoomModel *roomModel;
@end
NS_ASSUME_NONNULL_END