mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-03 13:30:14 +01:00
Fix some concurrency warnings.
This commit is contained in:
parent
ea0a827024
commit
4ea66ee11e
@ -9,8 +9,9 @@
|
|||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@objc public protocol ImageScrollViewDelegate: UIScrollViewDelegate {
|
@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 {
|
open class ImageScrollView: UIScrollView {
|
||||||
|
Loading…
Reference in New Issue
Block a user