19 lines
368 B
Swift
19 lines
368 B
Swift
//
|
|
// NotificationCenterReloads.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 27/05/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension K{
|
|
|
|
struct NotificationCenterReloads{
|
|
static var reloadTheme = "ReloadTheme"
|
|
static var themeOnePush = "ThemeOnePush"
|
|
static var themeTwoPush = "ThemeTwoPush"
|
|
static var myListPush = "MyListPush"
|
|
}
|
|
}
|