Files
yinmeng-ios/xplan-ios/Main/Room/View/AnimationView/XPRoomAnimationView.h

18 lines
348 B
Objective-C

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