aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard/Models/Profile+CoreDataClass.swift
blob: ab7c2aac4e07e6ec5e5f01126afd26d4887ea276 (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 {

}