Files
yinmeng-ios/xplan-ios/Appdelegate/AppDelegate+ThirdConfig.h
2022-10-31 12:15:01 +08:00

22 lines
317 B
Objective-C

//
// AppDelegate+ThirdConfig.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/13.
//
#import "AppDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface AppDelegate (ThirdConfig)
/// 初始化一些第三方配置
- (void)initThirdConfig;
/**
设置广告页
*/
- (void)setupLaunchADView;
@end
NS_ASSUME_NONNULL_END