summaryrefslogtreecommitdiffhomepage
path: root/ios/Operations
diff options
context:
space:
mode:
Diffstat (limited to 'ios/Operations')
-rw-r--r--ios/Operations/Operations.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/ios/Operations/Operations.h b/ios/Operations/Operations.h
new file mode 100644
index 0000000000..32d998e505
--- /dev/null
+++ b/ios/Operations/Operations.h
@@ -0,0 +1,19 @@
+//
+// Operations.h
+// Operations
+//
+// Created by pronebird on 16/12/2022.
+// Copyright © 2022 Mullvad VPN AB. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for Operations.
+FOUNDATION_EXPORT double OperationsVersionNumber;
+
+//! Project version string for Operations.
+FOUNDATION_EXPORT const unsigned char OperationsVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <Operations/PublicHeader.h>
+
+