// // PBUserHomePageRecommendCell.h // PBSDK // // Created by LStar on 2025/1/26. // #import NS_ASSUME_NONNULL_BEGIN @class YYLabel,PBChatRoomPublishModel; @interface PBUserHomePageRecommendCell : UITableViewCell ///模型 @property (nonatomic,strong)PBChatRoomPublishModel *model; @end NS_ASSUME_NONNULL_END