mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-06 00:32:39 +00:00
ef67aa7dc4
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
16 lines
193 B
Swift
16 lines
193 B
Swift
//
|
|
// Interface+CoreDataClass.swift
|
|
//
|
|
//
|
|
// Created by Jeroen Leenarts on 23-05-18.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(Interface)
|
|
public class Interface: NSManagedObject {
|
|
|
|
}
|