RowPresentable

public protocol RowPresentable : AnyObject

RowPresentable defines how the view should look like for a row.

Version

1.8.0

Date

11/10/21

Author

Adamas
  • The view that presents the row

    Declaration

    Swift

    var view: UIView { get }