Files
yinmeng-ios/xplan-ios/Main/Home/View/Cell/XPHomeCollectRoomTableViewCell.h
2022-03-04 19:54:17 +08:00

17 lines
323 B
Objective-C

//
// XPHomeCollectRoomTableViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2022/3/2.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class HomeCollectRoomModel;
@interface XPHomeCollectRoomTableViewCell : UITableViewCell
@property (nonatomic,strong) HomeCollectRoomModel *roomInfo;
@end
NS_ASSUME_NONNULL_END