// // NTESSessionLocalHistoryViewController.h // NIM // // Created by chris on 15/7/8. // Copyright © 2015年 Netease. All rights reserved. // #import @interface NTESSessionLocalHistoryViewController : UITableViewController - (instancetype)initWithSession:(NIMSession *)session; @property (nonatomic,strong) UISearchBar *searchBar; @end