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

#import "MGLTypes.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