23 lines
349 B
Objective-C
23 lines
349 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;
|
|
/**
|
|
设置启动广告
|
|
*/
|
|
-(void)creatAdView;
|
|
@end
|