aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardNetworkExtension/WireGuardGoWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuardNetworkExtension/WireGuardGoWrapper.h')
-rw-r--r--WireGuardNetworkExtension/WireGuardGoWrapper.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/WireGuardNetworkExtension/WireGuardGoWrapper.h b/WireGuardNetworkExtension/WireGuardGoWrapper.h
deleted file mode 100644
index 09c7193..0000000
--- a/WireGuardNetworkExtension/WireGuardGoWrapper.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// WireGuardGoWrapper.h
-// WireGuardNetworkExtension
-//
-// Created by Jeroen Leenarts on 21-06-18.
-// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import <NetworkExtension/NetworkExtension.h>
-
-@interface WireGuardGoWrapper : NSObject
-
-@property (nonatomic, strong) NEPacketTunnelFlow *packetFlow;
-@property (nonatomic, assign) BOOL configured;
-
-- (BOOL) turnOnWithInterfaceName: (NSString *)interfaceName settingsString: (NSString *)settingsString;
-- (void) turnOff;
-
-- (void) startReadingPackets;
-
-+ (NSString *)versionWireGuardGo;
-
-@end