ad localnoti background music
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user