mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 06:53:12 +02:00
change protocol inheritance from class to AnyObject (as per recent Swift recommendation)
This commit is contained in:
@@ -34,7 +34,7 @@ import CoreData
|
||||
|
||||
`invalidate()` will be called automatically when an `CoreStoreObjectKeyValueObservation` is deinited.
|
||||
*/
|
||||
public protocol CoreStoreObjectKeyValueObservation: class {
|
||||
public protocol CoreStoreObjectKeyValueObservation: AnyObject {
|
||||
|
||||
/**
|
||||
`invalidate()` will be called automatically when an `CoreStoreObjectKeyValueObservation` is deinited.
|
||||
|
||||
Reference in New Issue
Block a user