Files
yinmeng-ios/xplan-ios/Main/Room/View/MenuContainerView/XPRoomMenuContainerView.h
2021-11-04 19:01:19 +08:00

20 lines
354 B
Objective-C

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