CNLiveBaseNavigationController.h
315 Bytes
//
// CNLiveBaseNavigationController.h
// CNLiveBaseClass
//
// Created by CNLive-zxw on 2019/12/14.
// Copyright © 2019 153993236@qq.com. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveBaseNavigationController : UINavigationController
@end
NS_ASSUME_NONNULL_END