We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac72fce + 4b4eb76 commit 4590b69Copy full SHA for 4590b69
2 files changed
ICTMDBHomeModule/HomeRouter.swift
@@ -13,7 +13,7 @@ import ICTMDBViewKit
13
import UIKit
14
15
/// `HomeRouter` is responsible for navigation in the Home module.
16
-public class HomeRouter: @preconcurrency PresenterToRouterHomeProtocol {
+public class HomeRouter: PresenterToRouterHomeProtocol {
17
18
// MARK: - Navigation to All List Page
19
ICTMDBHomeModule/ICTMDBHomeModule.swift
@@ -12,7 +12,7 @@ import ICTMDBNetworkManagerKit
12
// MARK: - ICTMDBHomeModule
/// Responsible for creating the Home module and wiring VIPER components.
-public class ICTMDBHomeModule : @preconcurrency HomeModuleProtocol {
+public class ICTMDBHomeModule : @MainActor HomeModuleProtocol {
public init() { }
@MainActor public func createHomeModule() -> UIViewController {
0 commit comments