2021-04-28 09:02:34 +02:00
|
|
|
//
|
|
|
|
// MediaPreviewingViewController.swift
|
|
|
|
// Mastodon
|
|
|
|
//
|
|
|
|
// Created by MainasuK Cirno on 2021-4-28.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
|
2021-04-28 13:06:45 +02:00
|
|
|
protocol MediaPreviewingViewController: AnyObject {
|
2021-07-01 13:18:41 +02:00
|
|
|
func isInteractiveDismissible() -> Bool
|
2021-04-28 09:02:34 +02:00
|
|
|
}
|