Files
fanyin-ios/TUIKit/TUIConversation/UI_Minimalist/UI/TUIConversationSelectController_Minimalist.h

20 lines
393 B
C
Raw Normal View History

2025-08-12 14:27:12 +08:00
//
// 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