Files
Woka_Native_iOS/WOKA/Constants K/NotificationCenterReloads.swift
2024-07-25 01:03:19 +05:30

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"
}
}