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