Files
peko-ios/YuMi/Modules/YMRoom/View/MessageContainerView/MsRoomMessagChatHallView.h
2024-05-11 10:21:48 +08:00

20 lines
493 B
Objective-C

//
// MsRoomMessagChatHallView.h
// YuMi
//
// Created by duoban on 2024/5/10.
//
#import <UIKit/UIKit.h>
#import "RoomHostDelegate.h"
#import "RoomGuestDelegate.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface MsRoomMessagChatHallView : UIView<RoomGuestDelegate,JXCategoryListContentViewDelegate>
- (instancetype)initWithDelegate:(id<RoomHostDelegate>)delegate;
- (void)handleNIMImageMessage:(NIMMessage *)message;
@end
NS_ASSUME_NONNULL_END