summaryrefslogtreecommitdiff
path: root/platform/ios/NSBundle+MGLAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/NSBundle+MGLAdditions.h')
-rw-r--r--platform/ios/NSBundle+MGLAdditions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/NSBundle+MGLAdditions.h b/platform/ios/NSBundle+MGLAdditions.h
new file mode 100644
index 0000000000..1fc0803b4d
--- /dev/null
+++ b/platform/ios/NSBundle+MGLAdditions.h
@@ -0,0 +1,7 @@
+#import <Foundation/Foundation.h>
+
+@interface NSBundle (MGLAdditions)
+
++ (NSString *)mgl_resourceBundlePath;
+
+@end