mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
CoordinatorParamters, Type -> Protocol, remove MX Prefix.
This commit is contained in:
@@ -25,7 +25,7 @@ import DesignKit
|
||||
@available(iOS 14.0, *)
|
||||
class AvatarViewModel: InjectableObject, ObservableObject {
|
||||
|
||||
@Inject var avatarService: AvatarServiceType
|
||||
@Inject var avatarService: AvatarServiceProtocol
|
||||
|
||||
@Published private(set) var viewState = AvatarViewState.empty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user