diff --git a/Frameworks/Feed/Bundle/Sources/UI/Cells/FeedItemCell.swift b/Frameworks/Feed/Bundle/Sources/UI/Cells/FeedItemCell.swift index 1e9f4d7..5d67c30 100644 --- a/Frameworks/Feed/Bundle/Sources/UI/Cells/FeedItemCell.swift +++ b/Frameworks/Feed/Bundle/Sources/UI/Cells/FeedItemCell.swift @@ -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" }