aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Models/Tunnel+CoreDataClass.swift
blob: f26d33c1f3462523fce98a3a2df9314641590c6f (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(Tunnel)
public class Tunnel: NSManagedObject {

}