mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Removed unnecessary comments from RiotSwiftUI templates, fixed StateStoreViewModel typealias formatting
This commit is contained in:
committed by
Stefan Ceriu
parent
89bcd92cca
commit
732dc3cba9
@@ -16,9 +16,8 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
typealias ChangePasswordViewModelType = StateStoreViewModel<ChangePasswordViewState,
|
||||
Never,
|
||||
ChangePasswordViewAction>
|
||||
typealias ChangePasswordViewModelType = StateStoreViewModel<ChangePasswordViewState, Never, ChangePasswordViewAction>
|
||||
|
||||
class ChangePasswordViewModel: ChangePasswordViewModelType, ChangePasswordViewModelProtocol {
|
||||
// MARK: - Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user