mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-09 18:19:06 +00:00
16 lines
178 B
Swift
16 lines
178 B
Swift
|
//
|
||
|
// Peer+CoreDataClass.swift
|
||
|
//
|
||
|
//
|
||
|
// Created by Jeroen Leenarts on 23-05-18.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
import CoreData
|
||
|
|
||
|
@objc(Peer)
|
||
|
public class Peer: NSManagedObject {
|
||
|
|
||
|
}
|