Conformed the FeedItemCell table cell in the Feed framework to the CellIdentifiable protocol.
This commit is contained in:
parent
3632de9518
commit
dc91c93a5e
@ -6,11 +6,12 @@
|
||||
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||
//
|
||||
|
||||
import ReviewsUIKit
|
||||
import UIKit
|
||||
|
||||
final class FeedItemCell: UITableViewCell {
|
||||
|
||||
final class FeedItemCell: UITableViewCell, CellIdentifiable {
|
||||
|
||||
// MARK: Constants
|
||||
static let identifier = "FeedItemCell"
|
||||
static let cellID = "FeedItemCell"
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user