Files
Woka_Native_iOS/WOKA/Constants K/GVar.swift
Bilal 210094e65c - finalised theme 2 collection clicks
- worked on homelive tv observers
- addd fav remove fav for audio books will now locally update my list instead reloading
- addd fav remove fav for karaoke will now locally update my list instead reloading
- addd fav remove fav for games will now locally update my list instead reloading
2024-08-02 23:22:06 +05:30

20 lines
330 B
Swift

//
// GVar.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
extension K{
struct GVar{
// static var localized = K.LocalizedEnum.english
static var reloadMyList = false
static var topView = TopViewEnum.theme1
static var myListSoftReload = false
}
}