mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-09 10:09:06 +00:00
a55eefcd5d
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
12 lines
309 B
Swift
12 lines
309 B
Swift
//
|
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension AppCoordinator: TunnelConfigurationTableViewControllerDelegate {
|
|
func didSave(tunnel: Tunnel, tunnelConfigurationTableViewController: TunnelConfigurationTableViewController) {
|
|
saveTunnel(tunnel)
|
|
}
|
|
}
|