com.guru.unity.adjust/Adjust/iOS/ADJLinkResolution.h

18 lines
435 B
C
Raw Normal View History

2023-12-26 03:52:53 +00:00
//
// 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