mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Clean code
This commit is contained in:
+3
-1
@@ -24,9 +24,11 @@ import Foundation
|
||||
// MARK: - Properties
|
||||
// MARK: Public
|
||||
var session: MXSession?
|
||||
var currentEventIdentifier: String?
|
||||
var coordinatorsForEventIdentifiers = [String: VoiceBroadcastRecorderCoordinator]()
|
||||
|
||||
// MARK: Private
|
||||
private var currentEventIdentifier: String?
|
||||
|
||||
// MARK: - Setup
|
||||
private override init() { }
|
||||
|
||||
|
||||
@@ -41,9 +41,4 @@ struct VoiceBroadcastRecorderViewState: BindableState {
|
||||
}
|
||||
|
||||
struct VoiceBroadcastRecorderViewStateBindings {
|
||||
// var alertInfo: AlertInfo<VoiceBroadcastRecorderAlertType>?
|
||||
}
|
||||
|
||||
enum VoiceBroadcastRecorderAlertType {
|
||||
// case failedClosingVoiceBroadcast
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user