CNLiveBaseViewController.h
412 Bytes
//
// CNLiveBaseViewController.h
// CNLiveBaseClass
//
// Created by CNLive-zxw on 2019/12/13.
// Copyright © 2019 153993236@qq.com. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveBaseViewController : UIViewController
@property (nonatomic, assign) BOOL navigationHidden;
// 子类重写添加子视图方法
- (void)createSubViews;
@end
NS_ASSUME_NONNULL_END