// // JCHATMessageTableView.h // JChat // // Created by HuminiOS on 15/10/24. // Copyright © 2015年 HXHG. All rights reserved. // #import @protocol TouchMsgTabDelegate - (void)msgTableView:(UITableView *)tableView touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; @end @interface JCHATMessageTableView : UITableView @property (nonatomic,assign) id touchDelegate; @property(assign,nonatomic)BOOL isFlashToLoad; - (void)loadMoreMessage; @end