// Copyright © 2021 Metabolist. All rights reserved.
import Foundation
protocol ScrollableToTop {
func scrollToTop(animated: Bool)
}