Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/SessionViewController.h
2021-12-08 18:53:33 +08:00

20 lines
305 B
Objective-C

//
// SessionViewController.h
// xplan-ios
//
// Created by zu on 2021/11/28.
//
#import "MvpViewController.h"
#import <NIMSDK/NIMSDK.h>
NS_ASSUME_NONNULL_BEGIN
@interface SessionViewController : MvpViewController
- (instancetype)initWithSession:(NIMSession *)session;
@end
NS_ASSUME_NONNULL_END