// // BaseTabBarController.h // // // Created by yhw on 2021/12/8. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface BaseTabBarController : UITabBarController @end NS_ASSUME_NONNULL_END