News

public struct News : Equatable, CodableModel

News

  • News title

    Declaration

    Swift

    public let title: String
  • News lead

    Declaration

    Swift

    public let lead: String?
  • url

    News url

    Declaration

    Swift

    public let url: URL
  • News date

    Declaration

    Swift

    public let date: Date