// // PindanMSGViewController.h // FirstLink // // Created by Lemon on 15/4/27. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import "FLViewController.h" #import "EMConversation.h" @class ChatListViewController; @interface PindanMessageController : FLViewController @property (nonatomic, copy) void (^readPindanMessageBlock)(); @end