PBChatRoomPublishCell.h 314 B

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