17 lines
341 B
Objective-C
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
|