// // StatusBarTappableViewController.swift // Tusker // // Created by Shadowfacts on 11/1/22. // Copyright © 2022 Shadowfacts. All rights reserved. // import UIKit @MainActor protocol StatusBarTappableViewController: UIViewController { func handleStatusBarTapped(xPosition: CGFloat) -> StatusBarTapActionResult }