18 lines
315 B
Swift
Raw Permalink Normal View History

//
// TopWordsCell.swift
// ReviewsFeed
//
// Created by Javier Cicchelli on 21/03/2024.
// Copyright © 2024 Röck+Cöde. All rights reserved.
//
import ReviewsUIKit
import UIKit
final class TopWordsCell: UITableViewCell, TableCell {
// MARK: Constants
static let cellID = "TopWordsCell"
}