瀏覽代碼

Add missing CoreData import to LiveActivity DataManager

NSManagedObject is not available via Foundation alone.
Magnus Reintz 2 周之前
父節點
當前提交
35d7dff00e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Trio/Sources/Services/LiveActivity/Data/DataManager.swift

+ 1 - 0
Trio/Sources/Services/LiveActivity/Data/DataManager.swift

@@ -1,3 +1,4 @@
+import CoreData
 import Foundation
 
 // Fetch Data for Glucose and Determination from Core Data and map them to the Structs in order to pass them thread safe to the glucoseDidUpdate/ pushUpdate function