init
This commit is contained in:
17
Assets/Adjust/iOS/ADJLinkResolution.h
Normal file
17
Assets/Adjust/iOS/ADJLinkResolution.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// ADJLinkResolution.h
|
||||
// Adjust
|
||||
//
|
||||
// Created by Pedro S. on 26.04.21.
|
||||
// Copyright © 2021 adjust GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ADJLinkResolution : NSObject
|
||||
|
||||
+ (void)resolveLinkWithUrl:(nonnull NSURL *)url
|
||||
resolveUrlSuffixArray:(nullable NSArray<NSString *> *)resolveUrlSuffixArray
|
||||
callback:(nonnull void (^)(NSURL *_Nullable resolvedLink))callback;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user