mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +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
-8
@@ -18,19 +18,11 @@ import Combine
|
||||
import Foundation
|
||||
|
||||
class TemplateRoomListService: TemplateRoomListServiceProtocol {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
private let session: MXSession
|
||||
private var listenerReference: Any?
|
||||
|
||||
// MARK: Public
|
||||
|
||||
private(set) var roomsSubject: CurrentValueSubject<[TemplateRoomListRoom], Never>
|
||||
|
||||
// MARK: - Setup
|
||||
|
||||
init(session: MXSession) {
|
||||
self.session = session
|
||||
|
||||
|
||||
Reference in New Issue
Block a user