init
This commit is contained in:
18
Assets/Adjust/iOS/AdjustUnityAppDelegate.h
Normal file
18
Assets/Adjust/iOS/AdjustUnityAppDelegate.h
Normal 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
|
||||
Reference in New Issue
Block a user