// // NIMKitAudioCenter.h // NIMKit // // Created by chris on 2017/1/13. // Copyright © 2017年 NetEase. All rights reserved. // #import @class NIMMessage; @interface NIMKitAudioCenter : NSObject @property (nonatomic,strong) NIMMessage *currentPlayingMessage; + (instancetype)instance; - (void)play:(NIMMessage *)message; @end