Remove dead code (IOS-272)

This commit is contained in:
Nathan Mattes 2024-05-24 15:46:16 +02:00
parent 622a2fa5c9
commit 58fdd39c2b
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ import Combine
// ref: Texture.ASBatchFetchingDelegate
final class ListBatchFetchViewModel {
let shouldFetch = PassthroughSubject<Void, Never>()
init() {}
static func scrollViewDidScrollToEnd(_ scrollView: UIScrollView, action: () -> Void) {