17 lines
299 B
Swift
17 lines
299 B
Swift
|
//
|
||
|
// CDInfrastructurePreset+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(CDInfrastructurePreset)
|
||
|
public class CDInfrastructurePreset: NSManagedObject {
|
||
|
|
||
|
}
|