summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSURL+MGLAdditions.h
blob: 9845a180dbb34636fd57317ca973e1decb443c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSURL (MGLAdditions)

/**
 Returns the given URL, modified if necessary to use the asset: URL scheme
 expected by mbgl for local requests.
 */
- (nullable NSURL *)mgl_URLByStandardizingScheme;

@end

NS_ASSUME_NONNULL_END