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