UISearchBar+RQExtension.h 259 B

1234567891011121314
  1. //
  2. // UISearchBar+RQExtension.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/23.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UISearchBar (RQExtension)
  10. /// 配置searchBar
  11. - (void)rq_configureSearchBar;
  12. @end