Code review fixes

This commit is contained in:
Aleksandrs Proskurins
2022-09-22 11:52:42 +03:00
parent 29220f0be8
commit 1d84f992bb
14 changed files with 178 additions and 218 deletions
@@ -18,10 +18,13 @@ import Foundation
// MARK: - Coordinator
enum UserSessionsOverviewCoordinatorResult {
case openSessionDetails(session: UserSessionInfo)
}
// MARK: View model
enum UserSessionsOverviewViewModelResult {
case cancel
case showAllUnverifiedSessions
case showAllInactiveSessions
case verifyCurrentSession