Files
yinmeng-ios/xplan-ios/Main/Room/UIManager/MessageManager/XPRoomMessageManager.h

17 lines
226 B
C
Raw Normal View History

2021-10-14 21:10:04 +08:00
//
// XPRoomPositionManager.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/12.
//
#import "XPRoomBaseManager.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomMessageManager : XPRoomBaseManager
@end
NS_ASSUME_NONNULL_END