wireguard-apple/WireGuard/Models/Interface+CoreDataClass.swift

12 lines
162 B
Swift
Raw Normal View History

2018-05-23 20:13:09 +00:00
//
2018-09-16 19:17:54 +00:00
// Copyright © 2018 WireGuard LLC. All rights reserved.
2018-05-23 20:13:09 +00:00
//
import Foundation
import CoreData
@objc(Interface)
public class Interface: NSManagedObject {
}