HomeSearchDetailController.h 343 B

1234567891011121314151617181920
  1. //
  2. // HomeSearchDetailController.h
  3. // TheoryNetwork
  4. //
  5. // Created by tederen on 2019/9/23.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HomeSearchDetailController : BaseViewController
  11. - (void)setCurrentSearchData:(NSString *)data;
  12. @end
  13. NS_ASSUME_NONNULL_END