mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Remove unneeded protocol and methods on VectortHostingController
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import Foundation
|
||||
import Combine
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
class MockTemplateUserService: TemplateUserServiceProtocol, ObservableObject {
|
||||
class MockTemplateUserService: TemplateUserServiceProtocol {
|
||||
|
||||
static let example = MockTemplateUserService()
|
||||
@Published var presence: TemplatePresence = .online
|
||||
|
||||
Reference in New Issue
Block a user