Files
Woka_Native_iOS/WOKA/Constants K/TopViewEnum.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

32 lines
381 B
Swift

//
// TopViewEnum.swift
// WOKA
//
// Created by Bilal on 24/07/2024.
//
import Foundation
enum TopViewEnum{
case theme1
case theme2
case myList
}
enum TopViewPush{
case webseries
case liveTV
case games
case audioBooks
case karaoke
case shop
case blogs
case radio
}
enum Modules{
case webSeries
case games
case none
}