summaryrefslogtreecommitdiff
path: root/platform/ios/NSBundle+MGLAdditions.h
blob: 1fc0803b4d940ed10b9316ec05cf4e4bb62e8473 (plain)
1
2
3
4
5
6
7
#import <Foundation/Foundation.h>

@interface NSBundle (MGLAdditions)

+ (NSString *)mgl_resourceBundlePath;

@end