Files
peko-ios/YuMi/Modules/YMRoom/View/MenuContainerView/RoomMenuBar.h
2024-09-14 18:29:36 +08:00

21 lines
323 B
Objective-C

//
// RoomMenuBar.h
// YuMi
//
// Created by P on 2024/9/13.
//
#import <UIKit/UIKit.h>
#import "RoomHostDelegate.h"
#import "RoomGuestDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface RoomMenuBar : UIView<RoomGuestDelegate>
- (instancetype)initWithDelegate:(id<RoomHostDelegate>)delegate;
@end
NS_ASSUME_NONNULL_END