Files
featherVoice/TUIKit/TUISearch/UI_Classic/UI/TUISearchViewController.h

18 lines
270 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// TUISearchViewController.h
// Pods
//
// Created by harvy on 2020/12/24.
// Copyright © 2023 Tencent. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUISearchViewController : UIViewController
@end
NS_ASSUME_NONNULL_END