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

19 lines
260 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)
- (void)initTertiusDisposition;
- (void)setupLaunchADRegard;
@end
NS_ASSUME_NONNULL_END