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 39e2aee7df
commit d8ef6c5bc3
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 }
}