1
0
mirror of https://github.com/metabolist/metatext synced 2025-01-16 20:00:56 +01:00
metatext-app-ios-iphone-ipad/Views/UIKit/ScrollableToTop.swift

8 lines
140 B
Swift
Raw Normal View History

2021-02-06 02:16:59 +01:00
// Copyright © 2021 Metabolist. All rights reserved.
import Foundation
protocol ScrollableToTop {
func scrollToTop(animated: Bool)
}