blob: 32d998e5052143356515ead4b87d265273bcd700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|