[Framework] Show top words for filtered items in the Feed List #12
16
Libraries/UI/Kit/Sources/Protocols/CellIdentifiable.swift
Normal file
16
Libraries/UI/Kit/Sources/Protocols/CellIdentifiable.swift
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
//
|
||||||
|
// CellIdentifiable.swift
|
||||||
|
// ReviewsUIKit
|
||||||
|
//
|
||||||
|
// Created by Javier Cicchelli on 21/03/2024.
|
||||||
|
// Copyright © 2024 Röck+Cöde VoF. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import UIKit
|
||||||
|
|
||||||
|
public protocol CellIdentifiable: UITableViewCell {
|
||||||
|
|
||||||
|
// MARK: Properties
|
||||||
|
static var cellID: String { get }
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user