// // PBChatRoomViewController.h // PBSDK_Example // // Created by hello on 2024/12/25. // Copyright © 2024 uxiume. All rights reserved. // #import #import "PBRoomModel.h" NS_ASSUME_NONNULL_BEGIN @interface PBChatRoomViewController : UIViewController @property(nonatomic,strong)PBRoomModel*model; @end NS_ASSUME_NONNULL_END