Tusker/Tusker/Preferences/Preferences+Notification.swift

14 lines
284 B
Swift

//
// Preferences+Notification.swift
// Tusker
//
// Created by Shadowfacts on 8/2/19.
// Copyright © 2019 Shadowfacts. All rights reserved.
//
import Foundation
extension Notification.Name {
static let preferencesChanged = Notification.Name("Tusker.preferencesChanged")
}