// // Note+CoreDataClass.swift // Notes // // Created by Laurent Morvillier on 21/09/2022. // // import Foundation import CoreData public class Note: NSManagedObject { }