// // Address+CoreDataClass.swift // WireGuard // // Created by Jeroen Leenarts on 24-05-18. // Copyright © 2018 WireGuard. All rights reserved. // // import Foundation import CoreData @objc(Address) public class Address: NSManagedObject { }