Files
featherVoice/QXLive/HomePage(声播)/Controlller/房间/QXRoomViewController+RedPacket.h
2025-10-20 09:43:10 +08:00

17 lines
313 B
Objective-C

//
// QXRoomViewController+RedPacket.h
// QXLive
//
// Created by 启星 on 2025/10/13.
//
#import "QXRoomViewController.h"
#import "QXRedPacketManager.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXRoomViewController (RedPacket)<QXRedPacketManagerDelegate>
-(void)initRedpacketManager;
@end
NS_ASSUME_NONNULL_END