c1_unity/Assets/ThirdParty/Adjust/iOS/AdjustUnityAppDelegate.h
2023-04-03 11:04:31 +08:00

19 lines
378 B
Objective-C

//
// AdjustUnityAppDelegate.h
// Adjust SDK
//
// Copyright © 2012-2021 Adjust GmbH. All rights reserved.
//
/**
* @brief The interface to Adjust App Delegate. Used to do callback methods swizzling for deep linking.
*/
@interface AdjustUnityAppDelegate : NSObject
/**
* @brief Swizzle AppDelegate deep linking callbacks.
*/
+ (void)swizzleAppDelegateCallbacks;
@end