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

17 lines
285 B
Objective-C

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