PROTOCOL

UIProblemModel

swift
public protocol UIProblemModel: UIModel

A problem model informs something unexpected happened.

Properties

title

swift
var title: String?

The problem title.

message

swift
var message: String

The message to display.