PBChatRoomFollowView.h 269 B

12345678910111213141516
  1. //
  2. // PBChatRoomFollowView.h
  3. // PBSDK
  4. //
  5. // Created by LStar on 2025/2/5.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PBRoomModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBChatRoomFollowView : UIView
  11. @property(nonatomic,strong)PBRoomModel*model;
  12. @end
  13. NS_ASSUME_NONNULL_END