Files
Woka_Native_iOS/WOKA/Home/MyListDataTemp.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
346 B
Swift

//
// MyListDataTemp.swift
// WOKA
//
// Created by Bilal on 02/08/2024.
//
import Foundation
class MyListDataTemp{
static let shareInstance = MyListDataTemp()
var favListingData : FavouriteListingDM.ResultData?
var webSeriesHindi = [FavouriteListingDM.ResultData.ShowDatum]()
var isDatafetched = false
}