1234567891011121314151617181920 |
- //
- // HomeSearchDetailController.h
- // TheoryNetwork
- //
- // Created by tederen on 2019/9/23.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeSearchDetailController : BaseViewController
- - (void)setCurrentSearchData:(NSString *)data;
- @end
- NS_ASSUME_NONNULL_END
|