We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f3390 commit d2a2e52Copy full SHA for d2a2e52
1 file changed
MapCache/Classes/RegionDownloaderDelegate.swift
@@ -12,7 +12,7 @@ import Foundation
12
/// Implement this protocol whenever you use `RegionDownloader` it drovides feedback while donwloading a
13
/// region (f.i, downloaded %) and callsback the delegate once the download finished.
14
///
15
-@objc public protocol RegionDownloaderDelegate: class {
+@objc public protocol RegionDownloaderDelegate: AnyObject {
16
17
/// Did download the percentage.
18
@objc func regionDownloader(_ regionDownloader: RegionDownloader, didDownloadPercentage percentage: Double)
0 commit comments