Skip to content

Commit

Permalink
Add missing UIKit import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 4, 2024
1 parent e756ac2 commit d000e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/NSUI/Font.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ extension NSUIFontDescriptor.SymbolicTraits {
public static let traitCondensed = Self.condensed
public static let traitMonoSpace = Self.monoSpace
}

#elseif canImport(UIKit)
import UIKit
#endif

extension NSUIFontDescriptor {
Expand Down

0 comments on commit d000e76

Please sign in to comment.