forked from zelo72/mastodon-ios
13 lines
261 B
Swift
13 lines
261 B
Swift
|
//
|
||
|
// MediaPreviewableViewController.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK Cirno on 2021-4-28.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
protocol MediaPreviewableViewController: class {
|
||
|
var mediaPreviewTransitionController: MediaPreviewTransitionController { get }
|
||
|
}
|