From 240e52b5000e9fc42be0b182776f9b3d5b1cfac6 Mon Sep 17 00:00:00 2001
From: Ryo Aoyama
Swift
-public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
+ public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true, completion: (() -> Void)? = nil)
+ completion
+
+ An optional completion block which is called when the complete + performing updates.
+