Skip to content

Commit

Permalink
hopefully last any
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines committed Dec 18, 2024
1 parent dc138c4 commit 9dcf6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ScrollViewDelegateProxyAPITests: XCTestCase {
var scrollViewDidScrollArgs: [AnyHashable?]? = nil

func scrollViewDidScroll(
pigeonInstance pigeonInstanceArg: any UIScrollViewDelegate,
pigeonInstance pigeonInstanceArg: UIScrollViewDelegate,
scrollView scrollViewArg: UIScrollView, x xArg: Double, y yArg: Double,
completion: @escaping (Result<Void, PigeonError>) -> Void
) {
Expand Down

0 comments on commit 9dcf6f2

Please sign in to comment.