This commit is contained in:
启星
2025-10-12 15:48:35 +08:00
parent 5adf8e8412
commit 0b855ca803
128 changed files with 3313 additions and 256 deletions

View File

@@ -8,6 +8,7 @@
#import <UIKit/UIKit.h>
#import "QXRoomModel.h"
#import "NoitceAndKey.h"
#import "QXRedPacketModel.h"
typedef NS_ENUM(NSInteger) {
/// 静音
@@ -35,6 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
-(void)didClickEventType:(QXRoomBottomViewEventType)type isSelected:(BOOL)isSelected;
-(void)didSendMessage:(NSString*)message redpacketModel:(QXRedPacketModel*)redpacketModel;
@end
@interface QXRoomBottomView : UIView
@@ -48,6 +50,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign)BOOL isCabinRoom;
-(void)atUserWithName:(NSString*)nickname;
-(void)inputMessageWithName:(NSString*)message redpacketModel:(QXRedPacketModel*)redpacketModel;
/// 是否静音 1 不静音 0 静音
-(void)setPlayAudioStatus:(BOOL)status;
/// 是否闭麦 0 未闭麦 1 已闭麦