18 lines
311 B
Swift
Raw Permalink Normal View History

//
// FeedItemCell.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 FeedItemCell: UITableViewCell, TableCell {
// MARK: Constants
static let cellID = "FeedItemCell"
}