[Framework] Show top words for filtered items in the Feed List #12
@ -9,7 +9,7 @@
|
||||
import ReviewsUIKit
|
||||
import UIKit
|
||||
|
||||
final class FeedItemCell: UITableViewCell, CellIdentifiable {
|
||||
final class FeedItemCell: UITableViewCell, TableCell {
|
||||
|
||||
// MARK: Constants
|
||||
static let cellID = "FeedItemCell"
|
||||
|
@ -9,7 +9,7 @@
|
||||
import ReviewsUIKit
|
||||
import UIKit
|
||||
|
||||
final class TopWordsCell: UITableViewCell, CellIdentifiable {
|
||||
final class TopWordsCell: UITableViewCell, TableCell {
|
||||
|
||||
// MARK: Constants
|
||||
static let cellID = "TopWordsCell"
|
||||
|
Loading…
x
Reference in New Issue
Block a user