17 lines
358 B
C
17 lines
358 B
C
![]() |
//
|
||
|
// XPHomeRecommendCollectionViewCell.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by 冯硕 on 2022/2/21.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
@class HomeRecommendRoomModel;
|
||
|
@interface XPHomeRecommendCollectionViewCell : UICollectionViewCell
|
||
|
@property (nonatomic,strong, nullable) HomeRecommendRoomModel *recommendRoomInfo;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|