mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 07:34:09 +01:00
Fix some concurrency warnings.
This commit is contained in:
parent
ea0a827024
commit
4ea66ee11e
@ -9,8 +9,9 @@
|
||||
import UIKit
|
||||
|
||||
@objc public protocol ImageScrollViewDelegate: UIScrollViewDelegate {
|
||||
func imageScrollViewDidGestureSwipeUp(imageScrollView: ImageScrollView)
|
||||
func imageScrollViewDidGestureSwipeDown(imageScrollView: ImageScrollView)
|
||||
|
||||
@MainActor func imageScrollViewDidGestureSwipeUp(imageScrollView: ImageScrollView)
|
||||
@MainActor func imageScrollViewDidGestureSwipeDown(imageScrollView: ImageScrollView)
|
||||
}
|
||||
|
||||
open class ImageScrollView: UIScrollView {
|
||||
|
Loading…
Reference in New Issue
Block a user