Files
peko-ios/YuMi/Appdelegate/AppDelegate+ThirdConfig.h

22 lines
310 B
C
Raw Normal View History

2023-07-06 16:54:13 +08:00
//
// AppDelegate+ThirdConfig.h
// YUMI
//
// Created by YUMI on 2021/9/13.
//
#import "AppDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface AppDelegate (ThirdConfig)
2023-07-14 18:50:55 +08:00
/// 初始化一些第三方配置
- (void)initThirdConfig;
/**
广
*/
- (void)setupLaunchADView;
2023-07-06 16:54:13 +08:00
@end
NS_ASSUME_NONNULL_END