Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/UIKit/NibResource+UIKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
2 changes: 2 additions & 0 deletions Library/UIKit/UIColor+ColorResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// License: MIT License
//

#if canImport(UIKit)
import UIKit

@available(iOS 11.0, *)
Expand Down Expand Up @@ -41,3 +42,4 @@ public extension UIColor {
}
#endif
}
#endif
2 changes: 2 additions & 0 deletions Library/UIKit/UIFont+FontResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// License: MIT License
//

#if canImport(UIKit)
import Foundation
import UIKit

Expand All @@ -23,3 +24,4 @@ public extension UIFont {
self.init(name: resource.fontName, size: size)
}
}
#endif
2 changes: 2 additions & 0 deletions Library/UIKit/UIImage+ImageResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// License: MIT License
//

#if canImport(UIKit)
import UIKit

public extension UIImage {
Expand Down Expand Up @@ -38,3 +39,4 @@ public extension UIImage {
}
#endif
}
#endif
2 changes: 1 addition & 1 deletion Library/UIKit/UINib+NibResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import UIKit

public extension UINib {
Expand Down
2 changes: 1 addition & 1 deletion Library/UIKit/UIStoryboard+StoryboardResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import UIKit

public extension UIStoryboard {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
2 changes: 1 addition & 1 deletion Library/UIKit/UITableView+ReuseIdentifierProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
2 changes: 1 addition & 1 deletion Library/UIKit/UIViewController+NibResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License: MIT License
//

#if !os(watchOS)
#if canImport(UIKit)
import Foundation
import UIKit

Expand Down