Files
peko-ios/YuMi/Modules/YMRoom/View/MoreView/XPRoomMoreMenuActionTest.h

24 lines
419 B
Objective-C

//
// XPRoomMoreMenuActionTest.h
// YuMi
//
// Created by P on 2025/8/29.
//
#import <Foundation/Foundation.h>
#import "XPRoomMoreMenuActionContext.h"
#import "XPRoomMoreMenuAction.h"
#import "XPRoomMoreMenuActionFactory.h"
#import "XPGiftEffectAction.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomMoreMenuActionTest : NSObject
+ (void)testGiftEffectAction;
+ (void)testActionFactory;
@end
NS_ASSUME_NONNULL_END