blob: af9a9176636f69f0ba9cf06bccaee5479ae6a078 (
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 © 2026 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>
|