passepartout-apple/PassepartoutLibrary/Sources/PassepartoutProvidersImpl/Data/CDProvider+CoreDataClass.swift

17 lines
256 B
Swift
Raw Normal View History

2022-04-12 13:09:14 +00:00
//
// CDProvider+CoreDataClass.swift
//
//
// Created by Davide De Rosa on 27/03/22.
//
// This file was automatically generated and should not be edited.
//
import CoreData
import Foundation
2022-04-12 13:09:14 +00:00
@objc(CDProvider)
2023-05-24 16:19:47 +00:00
class CDProvider: NSManagedObject {
2022-04-12 13:09:14 +00:00
}