Skip to content

Commit 4590b69

Browse files
authored
Merge pull request #23 from engingulek/feature/update-with-concurrency
deleted preconcurrency
2 parents ac72fce + 4b4eb76 commit 4590b69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ICTMDBHomeModule/HomeRouter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import ICTMDBViewKit
1313
import UIKit
1414

1515
/// `HomeRouter` is responsible for navigation in the Home module.
16-
public class HomeRouter: @preconcurrency PresenterToRouterHomeProtocol {
16+
public class HomeRouter: PresenterToRouterHomeProtocol {
1717

1818
// MARK: - Navigation to All List Page
1919

ICTMDBHomeModule/ICTMDBHomeModule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ICTMDBNetworkManagerKit
1212

1313
// MARK: - ICTMDBHomeModule
1414
/// Responsible for creating the Home module and wiring VIPER components.
15-
public class ICTMDBHomeModule : @preconcurrency HomeModuleProtocol {
15+
public class ICTMDBHomeModule : @MainActor HomeModuleProtocol {
1616
public init() { }
1717
@MainActor public func createHomeModule() -> UIViewController {
1818

0 commit comments

Comments
 (0)