Merge branch 'theme_reloading_fix' into super-cut

This commit is contained in:
Maurice Parker
2023-04-01 21:44:20 -05:00

View File

@@ -6,7 +6,12 @@
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
//
import Foundation
#if os(macOS)
import AppKit
#else
import UIKit
#endif
import RSCore
public extension Notification.Name {