Skip to content

Commit

Permalink
Add optional UIKit can import
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneIOs authored Feb 25, 2021
2 parents 99239e9 + 2cdddbf commit 7fe98d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
//

import Foundation
#if canImport(UIKit)
import UIKit
#endif

internal extension UIApplication {
static var isRunningUITest: Bool {
Expand Down

0 comments on commit 7fe98d3

Please sign in to comment.