ae73b78935
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
17 lines
250 B
Swift
17 lines
250 B
Swift
//
|
|
// 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 {
|
|
|
|
}
|