17 lines
280 B
Objective-C
17 lines
280 B
Objective-C
//
|
|
// XPHomeHotRoomTableViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/2/21.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPHomeHotRoomTableViewCell : UITableViewCell
|
|
@property (nonatomic,strong) NSArray *hotAnchorList;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|