cdts/xdts-ios 3/TreeHole/Code/Features/Chat/ViewController/C2CChatSetttingsViewController.h

20 lines
390 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// 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