Protocol
ScenarioContent
public protocol ScenarioContent
Represents a content of scenario.
Requirements
makeUIViewController()
func makeUIViewController() -> UIViewController
Makes a new UIViewController
instance thats wraps self
.