summaryrefslogtreecommitdiff
path: root/platform/ios/NSBundle+MGLAdditions.h
blob: f3800dfd9533de3bbca4e173c95b087b629aaa0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "MGLTypes.h"

NS_ASSUME_NONNULL_BEGIN

void mgl_linkBundleCategory();

@interface NSBundle (MGLAdditions)

+ (NSString *)mgl_resourceBundlePath;

@end

NS_ASSUME_NONNULL_END