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 ReviewsUIKit
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
final class FeedItemCell: UITableViewCell, CellIdentifiable {
|
final class FeedItemCell: UITableViewCell, TableCell {
|
||||||
|
|
||||||
// MARK: Constants
|
// MARK: Constants
|
||||||
static let cellID = "FeedItemCell"
|
static let cellID = "FeedItemCell"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
import ReviewsUIKit
|
import ReviewsUIKit
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
final class TopWordsCell: UITableViewCell, CellIdentifiable {
|
final class TopWordsCell: UITableViewCell, TableCell {
|
||||||
|
|
||||||
// MARK: Constants
|
// MARK: Constants
|
||||||
static let cellID = "TopWordsCell"
|
static let cellID = "TopWordsCell"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user