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