cleanup warnings

This commit is contained in:
John Estropia
2026-07-29 13:56:43 +09:00
parent 802065e85a
commit 838637f29f
2 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ import CoreData
monitor.addObserver(self)
```
*/
public protocol ObjectObserver: AnyObject, Sendable {
public protocol ObjectObserver: AnyObject, SendableMetatype {
/**
The `DynamicObject` type for the observed object