2019-08-02 18:05:47 -06:00
|
|
|
//
|
|
|
|
// Preferences+Notification.swift
|
|
|
|
// Tusker
|
|
|
|
//
|
|
|
|
// Created by Shadowfacts on 8/2/19.
|
|
|
|
// Copyright © 2019 Shadowfacts. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
extension Notification.Name {
|
2023-04-18 19:47:49 -04:00
|
|
|
public static let preferencesChanged = Notification.Name("Tusker.preferencesChanged")
|
|
|
|
public static let themePreferenceChanged = Notification.Name("Tusker.themePreferenceChanged")
|
2019-08-02 18:05:47 -06:00
|
|
|
}
|