Expose better broadcast details to the view

Starting from the sender name but we can add more things. This is up to the design expectation
This commit is contained in:
manuroe
2022-10-19 15:32:03 +02:00
parent dad2f29bd5
commit 174703f44b
8 changed files with 31 additions and 29 deletions
@@ -18,5 +18,4 @@ import Foundation
protocol VoiceBroadcastPlaybackViewModelProtocol {
var context: VoiceBroadcastPlaybackViewModelType.Context { get }
func updateWithVoiceBroadcastDetails(_ voiceBroadcastDetails: VoiceBroadcastPlaybackDetails)
}