SDK_UnityMoney/Assets/Adjust/Native/iOS/AdjustUnityAppDelegate.h

19 lines
378 B
C
Raw Normal View History

2025-08-30 10:46:34 +00:00
//
// 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