|
//
|
|
// NTESCellLayoutConfig.h
|
|
// NIM
|
|
//
|
|
// Created by amao on 2016/11/22.
|
|
// Copyright © 2016年 Netease. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "NIMKit.h"
|
|
|
|
@interface NTESCellLayoutConfig : NIMCellLayoutConfig<NIMCellLayoutConfig>
|
|
|
|
@end
|