PlaylistLine

public protocol PlaylistLine

PlaylistLine protocol represents a general line in the playlist text

  • The text string of the line (the actual original data for each line)

    Declaration

    Swift

    var text: String { get }