20 lines
393 B
C
20 lines
393 B
C
|
|
//
|
||
|
|
// TUIConversationSelectController_Minimalist.h
|
||
|
|
// Pods
|
||
|
|
//
|
||
|
|
// Created by harvy on 2020/12/8.
|
||
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
@class TUIConversationCellData;
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface TUIConversationSelectController_Minimalist : UIViewController
|
||
|
|
|
||
|
|
+ (instancetype)showIn:(UIViewController *)presentVC;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|