PBChatRoomViewController.h 348 B

1234567891011121314151617
  1. //
  2. // PBChatRoomViewController.h
  3. // PBSDK_Example
  4. //
  5. // Created by hello on 2024/12/25.
  6. // Copyright © 2024 uxiume. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "PBRoomModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PBChatRoomViewController : UIViewController
  12. @property(nonatomic,strong)PBRoomModel*model;
  13. @end
  14. NS_ASSUME_NONNULL_END