PBChatRoomPublishView.h 384 B

1234567891011121314151617181920
  1. //
  2. // PBChatRoomPublishView.h
  3. // Pods
  4. //
  5. // Created by LStar on 2025/1/14.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import <JXCategoryView/JXCategoryListContainerView.h>
  9. #import "PBRoomModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PBChatRoomPublishView : UIView<JXCategoryListContentViewDelegate>
  12. ///房间的模型
  13. @property (nonatomic,strong)PBRoomModel *model;
  14. @end
  15. NS_ASSUME_NONNULL_END