UINavigationController+PushOneVC.h 280 Bytes
//
//  UINavigationController+PushOneVC.h
//  CNLiveScioLive
//
//  Created by CNLive on 2021/8/27.
//  Copyright © 2021 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UINavigationController (PushOneVC)

@end

NS_ASSUME_NONNULL_END