[Framework] Show top words for filtered items in the Feed List #12

Merged
javier merged 12 commits from framework/feed/top-words into main 2024-03-21 01:13:13 +00:00
Showing only changes of commit dc91c93a5e - Show all commits

View File

@ -6,11 +6,12 @@
// Copyright © 2024 Röck+Cöde. All rights reserved. // Copyright © 2024 Röck+Cöde. All rights reserved.
// //
import ReviewsUIKit
import UIKit import UIKit
final class FeedItemCell: UITableViewCell { final class FeedItemCell: UITableViewCell, CellIdentifiable {
// MARK: Constants // MARK: Constants
static let identifier = "FeedItemCell" static let cellID = "FeedItemCell"
} }