Reloadable
public protocol Reloadable
                Represents a type that can be reloaded using a closure with a message.
- 
                  
                  
The reload closure.
Declaration
Swift
var reload: (() -> Void)? { get set } - 
                  
                  
The reload message.
Declaration
Swift
var reloadMessage: String { get set } 
View on GitHub
        Reloadable Protocol Reference