Conformed the FeedItemCell and the TopWordsCell table cells in the Feed framework to the TableCell protocol from the UI library.
This commit is contained in:
parent
fa81de0a66
commit
8c0fed9007
@ -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