[Bugfix] Reference to Coordination library amended #25

Merged
javier merged 1 commits from bugfix/compilation-ios into main 2023-08-14 21:01:41 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#if canImport(UIKit) && !os(watchOS) #if canImport(UIKit) && !os(watchOS)
import Coordination import SwiftLibsCoordination
import UIKit import UIKit
import XCTest import XCTest

View File

@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#if canImport(UIKit) && !os(watchOS) #if canImport(UIKit) && !os(watchOS)
import Coordination import SwiftLibsCoordination
import UIKit import UIKit
// MARK: - Test coordinators // MARK: - Test coordinators