blob: e362e7bb97fdbca0fd0079e7885805395bef2004 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//
// Routing.h
// Routing
//
// Created by Jon Petersson on 2023-08-18.
// Copyright © 2026 Mullvad VPN AB. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for Routing.
FOUNDATION_EXPORT double RoutingVersionNumber;
//! Project version string for Routing.
FOUNDATION_EXPORT const unsigned char RoutingVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Routing/PublicHeader.h>
|