mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-14 04:21:01 +00:00
7 lines
140 B
Swift
7 lines
140 B
Swift
// Copyright © 2021 Metabolist. All rights reserved.
|
|
|
|
import Foundation
|
|
|
|
protocol ScrollableToTop {
|
|
func scrollToTop(animated: Bool)
|
|
}
|