Skip to content

Commit

Permalink
Remove ReaderSitesCardCell
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 13, 2024
1 parent 5066055 commit 270897f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,3 @@ extension ReaderDiscoverStreamViewController: ReaderTopicsTableCardCellDelegate
}
}
}

// MARK: - ReaderSitesCardCellDelegate

extension ReaderDiscoverStreamViewController: ReaderSitesCardCellDelegate {
func handleFollowActionForTopic(_ topic: ReaderAbstractTopic, for cell: ReaderSitesCardCell) {
toggleFollowingForTopic(topic) { success in
cell.didToggleFollowing(topic, with: success)
}
}
}

This file was deleted.

0 comments on commit 270897f

Please sign in to comment.