18 lines
310 B
Objective-C
18 lines
310 B
Objective-C
//
|
|
// NTESChatroomViewController.h
|
|
// NIM
|
|
//
|
|
// Created by chris on 15/12/11.
|
|
// Copyright © 2015年 Netease. All rights reserved.
|
|
//
|
|
|
|
#import "NIMSessionViewController.h"
|
|
|
|
|
|
@interface NTESChatroomViewController : NIMSessionViewController
|
|
|
|
|
|
- (instancetype)initWithChatroom:(NIMChatroom *)chatroom;
|
|
|
|
@end
|