19 lines
260 B
C
19 lines
260 B
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
|