19 lines
368 B
Objective-C
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
|