Remove dead code (IOS-272)
This commit is contained in:
parent
622a2fa5c9
commit
58fdd39c2b
|
@ -10,8 +10,6 @@ import Combine
|
||||||
|
|
||||||
// ref: Texture.ASBatchFetchingDelegate
|
// ref: Texture.ASBatchFetchingDelegate
|
||||||
final class ListBatchFetchViewModel {
|
final class ListBatchFetchViewModel {
|
||||||
let shouldFetch = PassthroughSubject<Void, Never>()
|
|
||||||
|
|
||||||
init() {}
|
init() {}
|
||||||
|
|
||||||
static func scrollViewDidScrollToEnd(_ scrollView: UIScrollView, action: () -> Void) {
|
static func scrollViewDidScrollToEnd(_ scrollView: UIScrollView, action: () -> Void) {
|
||||||
|
|
Loading…
Reference in New Issue