소스 검색

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