TableRowReusable
public protocol TableRowReusable : AnyObject
TableRowReusable defines a reusable table cell row
Version
1.8.0Date
02/05/22-
The cell reusable identifier
Declaration
Swift
var tableIdentifier: String { get }
TableRowReusable Protocol Reference