Tusker/Packages/GalleryVC/Sources/GalleryVC/GalleryContentViewControlle...

16 lines
323 B
Swift
Raw Normal View History

2024-03-19 18:58:51 +00:00
//
// GalleryContentViewControllerContainer.swift
// GalleryVC
//
// Created by Shadowfacts on 12/28/23.
//
import Foundation
@MainActor
public protocol GalleryContentViewControllerContainer {
func setGalleryContentLoading(_ loading: Bool)
func galleryContentChanged()
func disableGalleryScrollAndZoom()
}