ad localnoti background music

This commit is contained in:
lianxiang
2018-08-24 21:20:18 +08:00
parent d43d7eaaf6
commit 983bb33644
25 changed files with 1773 additions and 35 deletions
+20 -2
View File
@@ -7,16 +7,34 @@
//
#import "AppDelegate.h"
#import <UserNotifications/UserNotifications.h>
@interface AppDelegate (GiGaConfig)<UNUserNotificationCenterDelegate>
@interface AppDelegate (GiGaConfig)
/**
v1.0 后使用
*/
- (void)setupTabBarController;
/**
服务器环境
*/
- (void)configEnvironment;
//v1.0
/**
设置根视图 v1.0
*/
- (void)setupRootVC;
/**
设置启动广告
*/
-(void)creatAdView;
/**
注册本地通知
*/
-(void)registLocalNotification;
@end