LabelRowType

public protocol LabelRowType : RowType

The interface of a label row

  • The subtitle of the row

    Declaration

    Swift

    var subtitle: String? { get }