// // Copyright © 2018 WireGuard LLC. All rights reserved. // import Foundation import CoreData @objc(Peer) public class Peer: NSManagedObject { }