mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 09:51:12 +01:00
change protocol inheritance from class to AnyObject (as per recent Swift recommendation)
This commit is contained in:
@@ -37,7 +37,7 @@ import CoreData
|
||||
```
|
||||
*/
|
||||
@available(macOS 10.12, *)
|
||||
public protocol ObjectObserver: class {
|
||||
public protocol ObjectObserver: AnyObject {
|
||||
|
||||
/**
|
||||
The `DynamicObject` type for the observed object
|
||||
|
||||
Reference in New Issue
Block a user