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

17 lines
316 B
Objective-C

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