Files
peko-ios/YuMi/Appdelegate/AppDelegate+ThirdConfig.h
2023-07-06 16:54:13 +08:00

19 lines
260 B
Objective-C

//
// AppDelegate+ThirdConfig.h
// YUMI
//
// Created by YUMI on 2021/9/13.
//
#import "AppDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface AppDelegate (ThirdConfig)
- (void)initTertiusDisposition;
- (void)setupLaunchADRegard;
@end
NS_ASSUME_NONNULL_END