This commit is contained in:
启星
2025-12-22 10:16:05 +08:00
parent ba4fd658a9
commit 0fcff85625
205 changed files with 26298 additions and 13203 deletions

View File

@@ -163,6 +163,9 @@ typedef NS_ENUM(NSInteger) {
/// 签约麦邀请
QXRoomMessageTypeInviteSignUpSeat = 1094,
/// 爆币推送特效
QXRoomMessageTypeCoinBoomEffect = 1100,
}QXRoomMessageType;
NS_ASSUME_NONNULL_BEGIN
@protocol QXRoomMessageManagerDelegate <NSObject>
@@ -323,6 +326,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface QXRoomMessageManager : NSObject
@property (nonatomic,weak)id<QXRoomMessageManagerDelegate>delegate;
@property (nonatomic,strong,readonly)NSString *roomId;
+(instancetype)shared;