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