Skip to content

Commit

Permalink
Add missing UIKit import to UIWindow extension (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen authored Apr 30, 2024
1 parent 163ac47 commit 65a9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIWindow+Key.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// THE SOFTWARE.
//

import Foundation
import UIKit

extension UIWindow {
static var key: UIWindow? {
Expand Down

0 comments on commit 65a9605

Please sign in to comment.