Files
NetNewsWire/Shared/ArticleStyles/ArticleTheme+Notifications.swift
2022-11-08 01:36:28 -06:00

15 lines
407 B
Swift

//
// ArticleTheme+Notifications.swift
// ArticleTheme+Notifications
//
// Created by Stuart Breckenridge on 20/09/2021.
// Copyright © 2021 Ranchero Software. All rights reserved.
//
import Foundation
extension Notification.Name {
static let didBeginDownloadingTheme = Notification.Name("didBeginDownloadingTheme")
static let didEndDownloadingTheme = Notification.Name("didEndDownloadingTheme")
}