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