aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard/Models/Profile+CoreDataClass.swift
blob: 073be66caeb6443df85cb7536c92b1cf50aac8f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  Profile+CoreDataClass.swift
//  WireGuard
//
//  Created by Jeroen Leenarts on 23-05-18.
//  Copyright © 2018 WireGuard. All rights reserved.
//
//

import Foundation
import CoreData

@objc(Profile)
public class Profile: NSManagedObject {

}