Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0

This commit is contained in:
John Estropia
2017-06-23 17:58:49 +09:00

View File

@@ -185,6 +185,10 @@ internal final class FetchedResultsControllerDelegate: NSObject, NSFetchedResult
)
return
}
guard #available(iOS 9.0, tvOS 9.0, watchOS 9.0, *) else {
return
}
self.handler?.controller(
controller,
didChangeObject: anObject,