mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-07 09:12:37 +00:00
484bef1777
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
12 lines
162 B
Swift
12 lines
162 B
Swift
//
|
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(Interface)
|
|
public class Interface: NSManagedObject {
|
|
|
|
}
|