Tusker/Tusker/Screens/Utilities/BackgroundableViewControlle...

15 lines
263 B
Swift

//
// BackgroundableViewController.swift
// Tusker
//
// Created by Shadowfacts on 10/26/20.
// Copyright © 2020 Shadowfacts. All rights reserved.
//
import Foundation
@MainActor
protocol BackgroundableViewController {
func sceneDidEnterBackground()
}