Files
yinmeng-ios/xplan-ios/Main/Home/View/Cell/XPHomeListCollectionViewCell.h
2021-12-02 20:33:57 +08:00

20 lines
337 B
Objective-C

//
// XPHomeListCollectionViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/29.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class HomeRecommendRoomModel;
@interface XPHomeListCollectionViewCell : UICollectionViewCell
///
@property (nonatomic,strong) HomeRecommendRoomModel *roomModel;
@end
NS_ASSUME_NONNULL_END