ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Fix compile error of sample mac application #27

Closed sidepelican closed 3 years ago

sidepelican commented 4 years ago

Checklist

Description

At https://github.com/ra1028/DiffableDataSources/pull/3 , DiffableDataSourceSnapshot gets to struct but the example code was not fixed.

Related Issue

https://github.com/ra1028/DiffableDataSources/issues/26

Motivation and Context

We cannot compile Example-macOS target.

Impact on Existing Code

Screenshots (if appropriate)