mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue moving to structured and shared AppAsset over separate AppAssets.
This commit is contained in:
16
Modules/Core/Sources/Core/RSColor.swift
Normal file
16
Modules/Core/Sources/Core/RSColor.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// RSColor.swift
|
||||
//
|
||||
//
|
||||
// Created by Brent Simmons on 7/9/24.
|
||||
//
|
||||
|
||||
#if os(macOS)
|
||||
import AppKit
|
||||
public typealias RSColor = NSColor
|
||||
#endif
|
||||
|
||||
#if os(iOS)
|
||||
import UIKit
|
||||
public typealias RSColor = UIColor
|
||||
#endif
|
||||
Reference in New Issue
Block a user