mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
19 lines
518 B
Objective-C
19 lines
518 B
Objective-C
//
|
|
// PacketProcessor.h
|
|
// PacketProcessor
|
|
//
|
|
// Created by sanchez on 20.12.2021.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for PacketProcessor.
|
|
FOUNDATION_EXPORT double PacketProcessorVersionNumber;
|
|
|
|
//! Project version string for PacketProcessor.
|
|
FOUNDATION_EXPORT const unsigned char PacketProcessorVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PacketProcessor/PublicHeader.h>
|
|
|
|
|
|
#import "TunnelInterface.h" |