// // ForecastValue+CoreDataClass.swift // FreeAPS // // Created by Cengiz Deniz on 21.07.24. // // import Foundation import CoreData @objc(ForecastValue) public class ForecastValue: NSManagedObject { }