PBUserHomePageRecommendCell.h 333 B

12345678910111213141516171819
  1. //
  2. // PBUserHomePageRecommendCell.h
  3. // PBSDK
  4. //
  5. // Created by LStar on 2025/1/26.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @class YYLabel,PBChatRoomPublishModel;
  10. @interface PBUserHomePageRecommendCell : UITableViewCell
  11. ///模型
  12. @property (nonatomic,strong)PBChatRoomPublishModel *model;
  13. @end
  14. NS_ASSUME_NONNULL_END