Fix some concurrency warnings.

This commit is contained in:
Brent Simmons
2024-05-03 23:10:57 -07:00
parent 83298770c2
commit 1e80253018
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ protocol AddFeedFolderViewControllerDelegate {
@MainActor func didSelect(container: Container)
}
class AddFeedFolderViewController: UITableViewController {
final class AddFeedFolderViewController: UITableViewController {
var delegate: AddFeedFolderViewControllerDelegate?
var addFeedType = AddFeedType.web