16 lines
246 B
Objective-C
16 lines
246 B
Objective-C
//
|
|
// DDBaseTabBarController.h
|
|
// DDBasicControlsKit_Private
|
|
// Created by DDIsFriend on 2022/11/7.
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DDBaseTabBarController : UITabBarController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|