// // XPIMRoomMicQueueDelegate.h // xplan-ios // // Created by 冯硕 on 2021/10/21. // #import NS_ASSUME_NONNULL_BEGIN @class MicroQueueItemModel; @protocol XPIMRoomMicQueueDelegate ///获取房间队列成功 - (void)onGetRoomMicroQueueSuccess:(NSDictionary*)microQueue; @end NS_ASSUME_NONNULL_END