16 lines
364 B
Objective-C
16 lines
364 B
Objective-C
//
|
|
// TUIConversation_Minimalist.h
|
|
// Pods
|
|
//
|
|
// Created by harvy on 2022/6/9.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#ifndef TUIConversation_Minimalist_h
|
|
#define TUIConversation_Minimalist_h
|
|
|
|
#import "TUIConversationListController_Minimalist.h"
|
|
#import "TUIConversationSelectController_Minimalist.h"
|
|
|
|
#endif /* TUIConversation_Minimalist_h */
|