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