mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-27 11:02:06 +00:00
17 lines
326 B
Swift
17 lines
326 B
Swift
//
|
|
// CDInfrastructureDefaultSettings+CoreDataClass.swift
|
|
//
|
|
//
|
|
// Created by Davide De Rosa on 27/03/22.
|
|
//
|
|
// This file was automatically generated and should not be edited.
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(CDInfrastructureDefaultSettings)
|
|
public class CDInfrastructureDefaultSettings: NSManagedObject {
|
|
|
|
}
|