Setup the threaded timeline media preview action

This commit is contained in:
Stefan Ceriu
2025-05-29 08:57:15 +03:00
committed by Stefan Ceriu
parent 1353445ab0
commit a18e5bba61
3 changed files with 18 additions and 6 deletions

View File

@@ -13,4 +13,6 @@ protocol ThreadTimelineScreenViewModelProtocol {
var context: ThreadTimelineScreenViewModelType.Context { get }
func stop()
func displayMediaPreview(_ mediaPreviewViewModel: TimelineMediaPreviewViewModel)
}