17 lines
368 B
Objective-C
17 lines
368 B
Objective-C
//
|
|
// TUISearch_Minimalist.h
|
|
// Pods
|
|
//
|
|
// Created by harvy on 2022/6/9.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#ifndef TUISearch_Minimalist_h
|
|
#define TUISearch_Minimalist_h
|
|
|
|
#import "TUISearchBar_Minimalist.h"
|
|
#import "TUISearchResultListController_Minimalist.h"
|
|
#import "TUISearchViewController_Minimalist.h"
|
|
|
|
#endif /* TUISearch_Minimalist_h */
|