[Framework] Show top words for filtered items in the Feed List #12

Merged
javier merged 12 commits from framework/feed/top-words into main 2024-03-21 01:13:13 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8c0fed9007 - Show all commits

View File

@ -9,7 +9,7 @@
import ReviewsUIKit
import UIKit
final class FeedItemCell: UITableViewCell, CellIdentifiable {
final class FeedItemCell: UITableViewCell, TableCell {
// MARK: Constants
static let cellID = "FeedItemCell"

View File

@ -9,7 +9,7 @@
import ReviewsUIKit
import UIKit
final class TopWordsCell: UITableViewCell, CellIdentifiable {
final class TopWordsCell: UITableViewCell, TableCell {
// MARK: Constants
static let cellID = "TopWordsCell"