summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-12-16 12:54:03 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-12-16 16:08:58 +0100
commit05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd (patch)
tree3408a5fdddcfc661a0f3294f0d10139422d901e8 /ios/MullvadLogging
parent8d0d1c8fecab386180f4cca39fed57b70cad737c (diff)
downloadmullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.tar.xz
mullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.zip
Convert MullvadLogging, MullvadTypes, Operations into frameworks
Diffstat (limited to 'ios/MullvadLogging')
-rw-r--r--ios/MullvadLogging/MullvadLogging.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/ios/MullvadLogging/MullvadLogging.h b/ios/MullvadLogging/MullvadLogging.h
new file mode 100644
index 0000000000..7ae28c96a7
--- /dev/null
+++ b/ios/MullvadLogging/MullvadLogging.h
@@ -0,0 +1,19 @@
+//
+// MullvadLogging.h
+// MullvadLogging
+//
+// Created by pronebird on 16/12/2022.
+// Copyright © 2022 Mullvad VPN AB. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for MullvadLogging.
+FOUNDATION_EXPORT double MullvadLoggingVersionNumber;
+
+//! Project version string for MullvadLogging.
+FOUNDATION_EXPORT const unsigned char MullvadLoggingVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <MullvadLogging/PublicHeader.h>
+
+