Files
yinmeng-ios/xplan-ios/Main/Home/View/Cell/XPHomeListCollectionViewCell.h

20 lines
337 B
C
Raw Normal View History

2021-11-29 21:40:11 +08:00
//
// 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