Continue adopting @MainActor.

This commit is contained in:
Brent Simmons
2023-04-05 18:47:48 -07:00
parent 8bbf4d8c60
commit 052884cafc
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import RSParser
// Else,
// display error sheet.
class AddFeedController: AddFeedWindowControllerDelegate {
@MainActor final class AddFeedController: AddFeedWindowControllerDelegate {
private let hostWindow: NSWindow
private var addFeedWindowController: AddFeedWindowController?