VB: Hack to make the project build for SwiftUI tests

We need to rework the view model to remove its dependency on MatrixSDK
This commit is contained in:
manuroe
2022-10-20 18:33:04 +02:00
parent e16b628c19
commit aff6331aa7
3 changed files with 14 additions and 3 deletions
@@ -16,6 +16,8 @@
import Foundation
typealias VoiceBroadcastPlaybackViewModelType = StateStoreViewModel<VoiceBroadcastPlaybackViewState, VoiceBroadcastPlaybackViewAction>
protocol VoiceBroadcastPlaybackViewModelProtocol {
var context: VoiceBroadcastPlaybackViewModelType.Context { get }
}