- //
- // CreatSearchManager.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface CreatSearchManager : NSObject
- + (instancetype)shareManager;
- - (void)createSearchViewControllerWith:(NSString *)text viewController:(UIViewController *)vc;
- @end
|