14 lines
195 B
Objective-C
14 lines
195 B
Objective-C
//
|
|
// THNavigationController.h
|
|
// TreeHole
|
|
//
|
|
// Created by iOS on 2023/1/31.
|
|
//
|
|
//
|
|
|
|
#import "QMUINavigationController.h"
|
|
|
|
@interface THNavigationController : QMUINavigationController
|
|
|
|
@end
|