// // TabBarScrollableViewController.swift // Tusker // // Created by Shadowfacts on 7/3/20. // Copyright © 2020 Shadowfacts. All rights reserved. // import UIKit @MainActor protocol TabBarScrollableViewController: UIViewController { func tabBarScrollToTop() }