mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make FaviconDownloaderDelegate methods MainActor.
This commit is contained in:
@@ -20,9 +20,9 @@ public extension Notification.Name {
|
||||
|
||||
public protocol FaviconDownloaderDelegate {
|
||||
|
||||
var appIconImage: IconImage? { get }
|
||||
@MainActor var appIconImage: IconImage? { get }
|
||||
|
||||
func downloadMetadata(_ url: String) async throws -> RSHTMLMetadata?
|
||||
@MainActor func downloadMetadata(_ url: String) async throws -> RSHTMLMetadata?
|
||||
}
|
||||
|
||||
@MainActor public final class FaviconDownloader {
|
||||
|
||||
Reference in New Issue
Block a user