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