mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Support Xcode 15.3
This commit is contained in:
@@ -32,7 +32,7 @@ public class GridNodeScrollerView: UIScrollView {
|
||||
}
|
||||
}
|
||||
|
||||
open class GridNodeScroller: ASDisplayNode, UIGestureRecognizerDelegate {
|
||||
open class GridNodeScroller: ASDisplayNode, ASGestureRecognizerDelegate {
|
||||
public var scrollView: UIScrollView {
|
||||
return self.view as! UIScrollView
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user