// // XPIMRoomMicQueueImpl.h // xplan-ios // // Created by 冯硕 on 2021/10/21. // #import #import "XPIMRoomMicQueueInterface.h" NS_ASSUME_NONNULL_BEGIN @interface XPIMRoomMicQueueImpl : NSObject @end NS_ASSUME_NONNULL_END