Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-10-13 06:25:43 +05:30
parent 5776523bd2
commit dd672d3dac
5 changed files with 0 additions and 0 deletions
@@ -0,0 +1,9 @@
//
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import os.log
struct Log {
static var general = OSLog(subsystem: "com.wireguard.ios.network-extension", category: "general")
}