mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Added tests
This commit is contained in:
@@ -23,13 +23,13 @@ enum UserOtherSessionsCoordinatorResult {
|
||||
|
||||
// MARK: View model
|
||||
|
||||
enum UserOtherSessionsViewModelResult {
|
||||
enum UserOtherSessionsViewModelResult: Equatable {
|
||||
case showUserSessionOverview(sessionInfo: UserSessionInfo)
|
||||
}
|
||||
|
||||
// MARK: View
|
||||
|
||||
struct UserOtherSessionsViewState: BindableState {
|
||||
struct UserOtherSessionsViewState: BindableState, Equatable {
|
||||
let title: String
|
||||
var sections: [UserOtherSessionsSection]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user