Files
wireguard-apple/WireGuard/WireGuard/WireGuardAppError.swift
T
2018-12-12 21:09:52 -06:00

8 lines
221 B
Swift

// SPDX-License-Identifier: MIT
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
protocol WireGuardAppError: Error {
typealias AlertText = (title: String, message: String)
func alertText() -> AlertText
}