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