mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add ViewActions and ViewModelActions for Coordinator
- also add Marks
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import Foundation
|
||||
import Combine
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
class MockTemplateUserService: TemplateUserServiceType, ObservableObject {
|
||||
class MockTemplateUserService: TemplateUserServiceProtocol, ObservableObject {
|
||||
|
||||
static let example = MockTemplateUserService()
|
||||
@Published var presence: TemplatePresence = .online
|
||||
|
||||
Reference in New Issue
Block a user