This commit is contained in:
corn
2026-06-07 22:59:32 +08:00
commit a62ff7379b
7171 changed files with 10015624 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
//
// 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