aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Models/Interface+CoreDataClass.swift
blob: f57b5a915fdae842b07ec2819fe5aaa0c4fee939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
//
//  Copyright © 2018 WireGuard LLC. All rights reserved.
//

import Foundation
import CoreData

@objc(Interface)
public class Interface: NSManagedObject {

}