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/MullvadLogging | |
| parent | 8d0d1c8fecab386180f4cca39fed57b70cad737c (diff) | |
| download | mullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.tar.xz mullvadvpn-05c2d5fedf8ca4715df1f012f79c8c8dffd06fbd.zip | |
Convert MullvadLogging, MullvadTypes, Operations into frameworks
Diffstat (limited to 'ios/MullvadLogging')
| -rw-r--r-- | ios/MullvadLogging/MullvadLogging.h | 19 |
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> + + |
