PBChatRoomFollowView.h 300 B

1234567891011121314151617
  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 : UIControl
  11. @property(nonatomic,strong)PBRoomModel*model;
  12. - (void)updateFollowStatus;
  13. @end
  14. NS_ASSUME_NONNULL_END