Files
yinmeng-ios/xplan-ios/Main/IM/MicroQueue/XPIMRoomMicQueueDelegate.h
2021-10-21 17:59:11 +08:00

20 lines
380 B
Objective-C

//
// 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