mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-31 20:07:39 +01:00
Change AppDefaults to be final classes on macOS and iOS
This commit is contained in:
parent
2f8f6e54bd
commit
d15dbe18ef
@ -14,7 +14,7 @@ enum FontSize: Int {
|
||||
case veryLarge = 3
|
||||
}
|
||||
|
||||
struct AppDefaults {
|
||||
final class AppDefaults {
|
||||
|
||||
static var shared = AppDefaults()
|
||||
private init() {}
|
||||
|
@ -26,7 +26,7 @@ enum UserInterfaceColorPalette: Int, CustomStringConvertible, CaseIterable {
|
||||
|
||||
}
|
||||
|
||||
class AppDefaults {
|
||||
final class AppDefaults {
|
||||
|
||||
static let shared = AppDefaults()
|
||||
private init() {}
|
||||
|
Loading…
Reference in New Issue
Block a user