mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-09 10:09:06 +00:00
12 lines
156 B
Swift
12 lines
156 B
Swift
//
|
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(Tunnel)
|
|
public class Tunnel: NSManagedObject {
|
|
|
|
}
|