/**
 * Copyright (c) 2014-2015, RongCloud.
 * All rights reserved.
 *
 * All the contents are the copyright of RongCloud Network Technology Co.Ltd.
 * Unless otherwise credited. http://rongcloud.cn
 *
 */

//  RCMessageContentView.h
//  Created by litao on 15/4/27.

#ifndef RongIMLib_RCMessageContentView_h
#define RongIMLib_RCMessageContentView_h

///此协议已经移到RCMessageContent中

///*!
// 消息内容摘要的协议
// 
// @discussion 用于在会话列表中显示消息的摘要。
// 
// @warning 此协议已经移到RCMessageContent中
// */
//@protocol RCMessageContentView
//@optional
//
///*!
// 返回在会话列表中显示的消息内容摘要
// 
// @return 会话列表中显示的消息内容摘要
// 
// @discussion 当会话的最后一条消息为自定义消息时，需要在会话列表展现消息内容的摘要。
// 如果您使用IMKit，实现了此接口，RCConversationListViewController会在会话列表中显示该内容摘要。
// */
//- (NSString *)conversationDigest;
//
//@end

#endif
