This commit is contained in:
John Estropia
2026-07-28 14:25:01 +09:00
parent 16c5bb3e15
commit 802065e85a
4 changed files with 40 additions and 34 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ import CoreData
monitor.addObserver(self)
```
*/
public protocol ListObserver: AnyObject, Sendable {
public protocol ListObserver: AnyObject, SendableMetatype {
/**
The `NSManagedObject` type for the observed list