summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFoundation.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLFoundation.h')
-rw-r--r--platform/darwin/src/MGLFoundation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLFoundation.h b/platform/darwin/src/MGLFoundation.h
new file mode 100644
index 0000000000..3400c63979
--- /dev/null
+++ b/platform/darwin/src/MGLFoundation.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#import <Foundation/Foundation.h>
+
+#define MGL_EXPORT __attribute__((visibility ("default")))