21 lines
303 B
Objective-C
21 lines
303 B
Objective-C
//
|
|
// AppDelegate+GiGaConfig.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/13.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@interface AppDelegate (GiGaConfig)
|
|
|
|
- (void)setupTabBarController;
|
|
- (void)configEnvironment;
|
|
|
|
//v1.0
|
|
- (void)setupRootVC;
|
|
|
|
|
|
@end
|