20 lines
327 B
Objective-C
20 lines
327 B
Objective-C
//
|
|
// AppDelegate+THCustomTabBarController.h
|
|
// TreeHole
|
|
//
|
|
// Created by iOS on 2023/2/10.
|
|
// Copyright © 2023 CYH. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AppDelegate (THCustomTabBarController)
|
|
|
|
- (void)setupCustomTabBarControllerAndAppearance;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|