wireguard-apple/Wireguard/Models/Profile+CoreDataClass.swift

17 lines
250 B
Swift
Raw Normal View History

2018-05-23 19:49:10 +00:00
//
// Profile+CoreDataClass.swift
// WireGuard
2018-05-23 19:49:10 +00:00
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 WireGuard. All rights reserved.
2018-05-23 19:49:10 +00:00
//
//
import Foundation
import CoreData
@objc(Profile)
public class Profile: NSManagedObject {
}