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