|
//
|
|
// NTESChatroomTextContentConfig.h
|
|
// NIM
|
|
//
|
|
// Created by chris on 16/1/13.
|
|
// Copyright © 2016年 Netease. All rights reserved.
|
|
//
|
|
|
|
#import "NIMBaseSessionContentConfig.h"
|
|
|
|
@interface NTESChatroomTextContentConfig : NSObject<NIMSessionContentConfig>
|
|
|
|
|
|
@end
|