mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
Adds explicit imports of UIKit because with SPM those are not done implicitly
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2019 Felix Mau. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
extension UIColor {
|
||||
/// Default colors for components.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2019 Felix Mau. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import UIKit
|
||||
import LightweightObservable
|
||||
|
||||
// MARK: - Types
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2017 Felix Mau. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import UIKit
|
||||
import LightweightObservable
|
||||
|
||||
/// This view model checks for the availability of the key-window,
|
||||
|
||||
Reference in New Issue
Block a user