CNLiveRootControllerManager.h
491 Bytes
//
// CNLiveRootControllerManager.m
// CNLiveMineModule
//
// Created by 153993236@qq.com on 11/12/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
/**
* 跟控制器
*/
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveRootControllerManager : NSObject
/**
* 进入主页面
*/
+ (void)enterMainUI;
/**
* 进入TabBar面
*/
+ (void)enterTabBarUI;
/**
* 进入登录页面
*/
+ (void)enterLoginUI;
@end
NS_ASSUME_NONNULL_END