Defined the CellIdentifiable protocol in the UI library.
This commit is contained in:
parent
d05f198471
commit
3632de9518
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