blob: 732a387733786ed452d3827b15ac7c6d565ba879 (
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 © 2025 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>
|