// // XPRoomBottomMenuView.h // xplan-ios // // Created by 冯硕 on 2021/10/11. // #import #import "RoomHostDelegate.h" #import "RoomGuestDelegate.h" #import "XPArrangeMicViewController.h" NS_ASSUME_NONNULL_BEGIN @interface XPRoomMenuContainerView : UIView - (instancetype)initWithDelegate:(id)delegate; - (void)menuResignFirstResponder; @end NS_ASSUME_NONNULL_END