// // XPRoomBaseUIView.h // xplan-ios // // Created by 冯硕 on 2021/10/11. // #import #import "RoomHostDelegate.h" #import "RoomGuestDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface XPRoomBackContainerView : UIView - (instancetype)initWithdelegate:(id)delegate; @end NS_ASSUME_NONNULL_END