Files
Woka_Native_iOS/WOKA/Constants K/NotificationCenterReloads.swift

19 lines
368 B
Swift
Raw Normal View History

//
// NotificationCenterReloads.swift
// WOKA
//
// Created by MacBook Pro on 27/05/24.
//
import Foundation
extension K{
struct NotificationCenterReloads{
static var reloadTheme = "ReloadTheme"
2024-07-25 01:03:19 +05:30
static var themeOnePush = "ThemeOnePush"
static var themeTwoPush = "ThemeTwoPush"
static var myListPush = "MyListPush"
}
}