Files
ifish/Ifish/controllers/IfishTabControllers/消息/IfishIMFiles/Sessions/SessionCell/Config/NTESSessionCustomLayoutConfig.h
T
2017-08-15 16:59:01 +08:00

16 lines
290 B
Objective-C

//
// NTESSessionCustomConfig.h
// NIM
//
// Created by chris on 15/7/24.
// Copyright (c) 2015年 Netease. All rights reserved.
//
#import "NIMCellConfig.h"
@interface NTESSessionCustomLayoutConfig : NSObject<NIMCellLayoutConfig>
+ (BOOL)supportMessage:(NIMMessage *)message;
@end