RQTabBar.h 303 B

1234567891011121314151617
  1. //
  2. // RQTabBar.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/14.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. // 自定义系统的TabBar,解决TabBar顶部的细线高度问题
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQTabBar : UITabBar
  11. @end
  12. NS_ASSUME_NONNULL_END