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