2021-09-13 18:56:16 +08:00
|
|
|
//
|
|
|
|
// AppDelegate+ThirdConfig.h
|
|
|
|
// xplan-ios
|
|
|
|
//
|
|
|
|
// Created by 冯硕 on 2021/9/13.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
@interface AppDelegate (ThirdConfig)
|
|
|
|
/// 初始化一些第三方配置
|
|
|
|
- (void)initThirdConfig;
|
2022-10-31 12:15:01 +08:00
|
|
|
/**
|
|
|
|
设置广告页
|
|
|
|
*/
|
|
|
|
- (void)setupLaunchADView;
|
2021-09-13 18:56:16 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|