Files
Woka_Native_iOS/WOKA/Helpers/CheckReachability.swift
BilalKhanWDI 447aa52b33 - Added placeholder handling for sdwebimage theme one avatar
- Fixed the issue of loading indicator not showing in episode listing
2024-10-09 19:21:08 +05:30

12 lines
190 B
Swift

//
// CheckReachability.swift
// WOKA
//
// Created by MacBook Pro on 09/10/24.
//
import Alamofire
class CheckReachability{
static var reachability = NetworkReachabilityManager()
}