Skip to content

Commit

Permalink
fix: Xcode 16 build error - protocol usage (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
halfdb authored Oct 6, 2024
1 parent 88ed374 commit 99310f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ extension SearchResultViewController {
}

private func configureDataSource() {
let displayCell = UICollectionView.CellRegistration<FeedCollectionViewCell, DisplayData> {
let displayCell = UICollectionView.CellRegistration<FeedCollectionViewCell, any DisplayData> {
$0.setup(data: $2)
}
let userCell = UICollectionView.CellRegistration<UpCell, SearchResult.User> {
Expand Down

0 comments on commit 99310f2

Please # to comment.