Completed Report Module

This commit is contained in:
2024-08-08 18:47:13 +05:30
parent 0348f07230
commit 08bf5514e2
29 changed files with 1216 additions and 117 deletions

View File

@@ -31,10 +31,6 @@ class ThemeTwoVC: UIViewController {
super.viewDidLoad()
vm.vc = self
vm.initView()
liveTvView.addTapGesture { [weak self] in
guard let self else{return}
self.vm.playLiveTV()
}
if MyListDataTemp.shareInstance.favListingData?.showData == nil {
MyListDataTemp.shareInstance.favListingData = FavouriteListingDM.ResultData(showData: [], videoData: [], gameData: [], singKaraokeData: [], audioData: [])