Called renamed func.

This commit is contained in:
mayur nilwant 2024-06-11 13:05:47 -04:00
parent eaca96acbd
commit 2e5e90b715

View File

@ -111,7 +111,7 @@ public class CachedData: Codable {
try FileManager.default.removeItem(at: appLevelCacheDirectory)
}
@objc public func ifFileExistsForPageType(path: URL) -> Bool {
@objc public func checkFileExists(path: URL) -> Bool {
if #available(iOS 16.0, *) {
return FileManager.default.fileExists(atPath: path.path())