mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-22 09:29:45 +01:00
Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop
This commit is contained in:
@@ -185,7 +185,7 @@ internal final class FetchedResultsControllerDelegate: NSObject, NSFetchedResult
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
guard #available(iOS 9.0, tvOS 9.0, watchOS 9.0, *) else {
|
guard #available(iOS 9.0, tvOS 9.0, watchOS 3.0, *) else {
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user