blob: 2eff63a424fe5d498d0fae0109e059ac630b76e4 (
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 © 2023 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>
|