wireguard-apple/WireGuard/Models/Tunnel+CoreDataClass.swift

12 lines
156 B
Swift
Raw Normal View History

2018-05-23 19:49:10 +00:00
//
// Copyright © 2018 WireGuard LLC. All rights reserved.
2018-05-23 19:49:10 +00:00
//
import Foundation
import CoreData
2018-05-26 07:17:36 +00:00
@objc(Tunnel)
public class Tunnel: NSManagedObject {
2018-05-23 19:49:10 +00:00
}