Files
yinmeng-ios/xplan-ios/Main/IM/RoomMessage/XPIMChatRoomMessageImpl.h
2021-10-21 21:35:01 +08:00

17 lines
279 B
Objective-C

//
// XPIMChatRoomMessageImpl.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/21.
// 处理房间消息 收到房间消息的各种处理
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPIMChatRoomMessageImpl : NSObject
@end
NS_ASSUME_NONNULL_END