diff options
Diffstat (limited to 'ios/RelayCache/RelayCache.h')
| -rw-r--r-- | ios/RelayCache/RelayCache.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ios/RelayCache/RelayCache.h b/ios/RelayCache/RelayCache.h new file mode 100644 index 0000000000..abe3d1b983 --- /dev/null +++ b/ios/RelayCache/RelayCache.h @@ -0,0 +1,19 @@ +// +// RelayCache.h +// RelayCache +// +// Created by Sajad Vishkai on 2022-10-21. +// Copyright © 2022 Mullvad VPN AB. All rights reserved. +// + +#import <Foundation/Foundation.h> + +//! Project version number for RelayCache. +FOUNDATION_EXPORT double RelayCacheVersionNumber; + +//! Project version string for RelayCache. +FOUNDATION_EXPORT const unsigned char RelayCacheVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import <RelayCache/PublicHeader.h> + + |
