#4746 - Updated ScreenTemplate to include viewState in the viewModel.

This commit is contained in:
Stefan Ceriu
2021-08-26 17:38:01 +03:00
committed by Stefan Ceriu
parent bde2df24ee
commit 2bf2637b20
4 changed files with 15 additions and 8 deletions
@@ -18,6 +18,7 @@ import Foundation
/// TemplateScreenViewController view state
enum TemplateScreenViewState {
case idle
case loading
case loaded(_ displayName: String)
case error(Error)