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