提交
This commit is contained in:
@@ -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 已闭麦
|
||||
|
||||
Reference in New Issue
Block a user