17 lines
246 B
Objective-C
17 lines
246 B
Objective-C
//
|
|
// THTabBarViewController.h
|
|
// TreeHole
|
|
//
|
|
// Created by iOS on 2023/1/31.
|
|
//
|
|
//
|
|
|
|
//#import "QMUITabBarViewController.h"
|
|
#import <CYLTabBarController/CYLTabBarController.h>
|
|
|
|
@interface THTabBarViewController : CYLTabBarController
|
|
|
|
|
|
|
|
@end
|