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.
PROTOCOL
public protocol UIProblemModel: UIModel
A problem model informs something unexpected happened.
var title: String?
The problem title.
var message: String
The message to display.