18 lines
281 B
C
18 lines
281 B
C
|
|
//
|
||
|
|
// 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_Minimalist : UIViewController
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|