LiveCellLayout

@objc(M17SDKLiveCellLayout)
public protocol LiveCellLayout

Live list cell layout, could include streamer name label and cover image view.

  • Declaration

    Swift

    @objc
    var streamerNameLabel: UILabel? { get }
  • Declaration

    Swift

    @objc
    var coverImageView: UIImageView? { get }