PROTOCOL

UIProblemModel

public protocol UIProblemModel: UIModel

A problem model informs something unexpected happened.

Properties

title

var title: String?

The problem title.

message

var message: String

The message to display.