//
// Copyright © 2018 WireGuard LLC. All rights reserved.
import Foundation
import CoreData
@objc(Tunnel)
public class Tunnel: NSManagedObject {
}