aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Models/Interface+CoreDataClass.swift
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WireGuard/Models/Interface+CoreDataClass.swift11
1 files changed, 0 insertions, 11 deletions
diff --git a/WireGuard/Models/Interface+CoreDataClass.swift b/WireGuard/Models/Interface+CoreDataClass.swift
deleted file mode 100644
index f57b5a9..0000000
--- a/WireGuard/Models/Interface+CoreDataClass.swift
+++ /dev/null
@@ -1,11 +0,0 @@
-//
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
-
-import Foundation
-import CoreData
-
-@objc(Interface)
-public class Interface: NSManagedObject {
-
-}