mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Cleaned up session overview services
This commit is contained in:
committed by
Stefan Ceriu
parent
7eee1cceab
commit
c2f9a19316
@@ -20,9 +20,6 @@ import SwiftUI
|
||||
/// Using an enum for the screen allows you define the different state cases with
|
||||
/// the relevant associated data for each case.
|
||||
enum MockUserSessionsOverviewScreenState: MockScreenState, CaseIterable {
|
||||
// A case for each state you want to represent
|
||||
// with specific, minimal associated data that will allow you
|
||||
// mock that screen.
|
||||
case verifiedSession
|
||||
|
||||
/// The associated screen
|
||||
|
||||
Reference in New Issue
Block a user