17 lines
216 B
Objective-C
17 lines
216 B
Objective-C
//
|
|
// BaseTabBarController.h
|
|
// keyBoard
|
|
//
|
|
// Created by Mac on 2025/10/29.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface BaseTabBarController : UITabBarController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|