Files
featherVoice/TUIKit/TUIContact/UI_Minimalist/UI/TUISearchGroupViewController_Minimalist.h
2025-08-08 10:49:36 +08:00

19 lines
368 B
Objective-C

//
// TUISearchGroupViewController.h
// TUIKitDemo
//
// Created by annidyfeng on 2019/5/20.
// Copyright © 2019 Tencent. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUISearchGroupViewController_Minimalist : UIViewController
@property(nonatomic, retain) UISearchController *searchController;
@end
NS_ASSUME_NONNULL_END