// // XPHomeAttentionCollectionViewCell.h // xplan-ios // // Created by 冯硕 on 2022/3/2. // #import NS_ASSUME_NONNULL_BEGIN @class HomeLiveRoomModel; @interface XPHomeAttentionCollectionViewCell : UICollectionViewCell @property (nonatomic,strong) HomeLiveRoomModel *liveRoom; @end NS_ASSUME_NONNULL_END