Skip to content

Greeting

pokryfka edited this page Oct 1, 2020 · 4 revisions

Greeting

Greeting message.

public enum Greeting

Inheritance

CustomStringConvertible, Encodable, String

Enumeration Cases

morning

case morning

afternoon

case afternoon

evening

case evening

night

case night

`default`

case `default`

Properties

description

var description: String
Clone this wiki locally