mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-10 10:39:12 +00:00
15e62d7f02
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
17 lines
247 B
Swift
17 lines
247 B
Swift
//
|
|
// Tunnel+CoreDataClass.swift
|
|
// WireGuard
|
|
//
|
|
// Created by Jeroen Leenarts on 23-05-18.
|
|
// Copyright © 2018 WireGuard. All rights reserved.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(Tunnel)
|
|
public class Tunnel: NSManagedObject {
|
|
|
|
}
|