ScreenDecorator
public protocol ScreenDecorator : CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Container : ScreenContainer
-
Undocumented
Declaration
Swift
associatedtype Output : ScreenPayloadedContainer
-
Undocumented
Declaration
Swift
var payload: Any? { get }
-
Undocumented
Declaration
Swift
func build<Wrapped: Screen>( screen: Wrapped, navigator: ScreenNavigator ) -> Output where Wrapped.Container == Container