1234567891011121314151617 |
- //
- // RQTabBar.h
- // RQCommon
- //
- // Created by 张嵘 on 2018/11/14.
- // Copyright © 2018 张嵘. All rights reserved.
- // 自定义系统的TabBar,解决TabBar顶部的细线高度问题
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQTabBar : UITabBar
- @end
- NS_ASSUME_NONNULL_END
|