Skip to content

Commit 2f3ea7f

Browse files
committed
Omit Foundation import
1 parent 0a25406 commit 2f3ea7f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Sources/ColorCode/AppKit/NSColor+ColorCode.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
THE SOFTWARE.
2828
*/
2929

30-
import Foundation
3130
import AppKit.NSColor
3231

3332
/// This extension on NSColor allows creating NSColor instance from a CSS color code string, or a color code string from an NSColor instance.

Sources/ColorCode/ColorCode.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
THE SOFTWARE.
2828
*/
2929

30-
import Foundation
31-
3230
public enum ColorCodeType: Int, CaseIterable, Sendable {
3331

3432
/// 6-digit hexadecimal color code with # symbol. For example: `#ffffff`

0 commit comments

Comments
 (0)