UserNameRepresentable

public protocol UserNameRepresentable

An user name container protocol.

  • A name of the user.

    Declaration

    Swift

    var name: String { get }