Files
yinmeng-ios/xplan-ios/Main/Room/UIManager/MenuManager/XPRoomMenuManager.h

17 lines
219 B
C
Raw Normal View History

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