修改了加入房间 获取麦序
This commit is contained in:
19
xplan-ios/Main/IM/MicroQueue/XPIMRoomMicQueueDelegate.h
Normal file
19
xplan-ios/Main/IM/MicroQueue/XPIMRoomMicQueueDelegate.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// XPIMRoomMicQueueDelegate.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2021/10/21.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class MicroQueueItemModel;
|
||||
@protocol XPIMRoomMicQueueDelegate <NSObject>
|
||||
|
||||
///获取房间队列成功
|
||||
- (void)onGetRoomMicroQueueSuccess:(NSDictionary<NSString *, MicroQueueItemModel *>*)microQueue;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user