Remove unused @available instances.

This commit is contained in:
Brent Simmons
2024-02-22 22:39:22 -08:00
parent 987b57f69c
commit f0d5c13182
4 changed files with 0 additions and 15 deletions

View File

@@ -344,7 +344,6 @@ extension ImageScrollView: UIScrollViewDelegate {
return false
}
@available(iOS 11.0, *)
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
imageScrollViewDelegate?.scrollViewDidChangeAdjustedContentInset?(scrollView)
}