mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
cleanup warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user