// // PBChatRoomFollowView.h // PBSDK // // Created by LStar on 2025/2/5. // #import #import "PBRoomModel.h" NS_ASSUME_NONNULL_BEGIN @interface PBChatRoomFollowView : UIView @property(nonatomic,strong)PBRoomModel*model; @end NS_ASSUME_NONNULL_END