20 lines
390 B
Objective-C
20 lines
390 B
Objective-C
//
|
|
// C2CChatSetttingsViewController.h
|
|
// Youth
|
|
//
|
|
// Created by mambaxie on 2022/1/3.
|
|
//
|
|
|
|
#import "MTCommonListTableViewController.h"
|
|
@class TUIChatConversationModel;
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface C2CChatSetttingsViewController : MTCommonListTableViewController
|
|
|
|
- (instancetype)initWithConversationData:(TUIChatConversationModel *)conversationData;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|