#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 3600d41611
commit c684a5c6f7
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)