mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
13 lines
224 B
Swift
13 lines
224 B
Swift
//
|
|
// MediaPreviewingViewController.swift
|
|
// Mastodon
|
|
//
|
|
// Created by MainasuK Cirno on 2021-4-28.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
protocol MediaPreviewingViewController: AnyObject {
|
|
func isInteractiveDismissible() -> Bool
|
|
}
|