Docs update

This commit is contained in:
John Estropia
2019-10-20 18:17:31 +09:00
parent a267395618
commit f5fed063ee
56 changed files with 853 additions and 863 deletions

View File

@@ -23,6 +23,7 @@
// SOFTWARE.
//
#if os(iOS) || os(tvOS) || os(macOS)
// MARK: - DiffableDataSource
@@ -30,3 +31,5 @@
Namespace for diffable data source types. See `DiffableDataSource.TableView` and `DiffableDataSource.CollectionView` for actual implementations
*/
public enum DiffableDataSource {}
#endif