mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Make naming of symbols consistent
This commit is contained in:
+4
-4
@@ -18,11 +18,11 @@ import Foundation
|
||||
import Combine
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
class MockTemplateUserService: TemplateUserServiceProtocol {
|
||||
class MockTemplateUserProfileService: TemplateUserProfileServiceProtocol {
|
||||
|
||||
static let example = MockTemplateUserService()
|
||||
@Published var presence: TemplatePresence = .online
|
||||
var presencePublisher: AnyPublisher<TemplatePresence, Never> {
|
||||
static let example = MockTemplateUserProfileService()
|
||||
@Published var presence: TemplateUserProfilePresence = .online
|
||||
var presencePublisher: AnyPublisher<TemplateUserProfilePresence, Never> {
|
||||
$presence.eraseToAnyPublisher()
|
||||
}
|
||||
let userId: String = "123"
|
||||
Reference in New Issue
Block a user