Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomFunctionContainerView.h
2022-01-14 15:46:15 +08:00

17 lines
341 B
Objective-C

//
// XPRoomFunctionContainerView.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/15.
//
#import "XPRoomAnimationHitView.h"
#import "RoomHostDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomFunctionContainerView : XPRoomAnimationHitView
- (instancetype)initWithdelegate:(id<RoomHostDelegate>)delegate;
@end
NS_ASSUME_NONNULL_END