diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-12-16 12:54:03 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-12-16 16:08:58 +0100 |
| commit | 05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd (patch) | |
| tree | 3408a5fdddcfc661a0f3294f0d10139422d901e8 /ios/Operations | |
| parent | 8d0d1c8fecab386180f4cca39fed57b70cad737c (diff) | |
| download | mullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.tar.xz mullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.zip | |
Convert MullvadLogging, MullvadTypes, Operations into frameworks
Diffstat (limited to 'ios/Operations')
| -rw-r--r-- | ios/Operations/Operations.h | 19 |
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> + + |
