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