Added @objc to expose it outside swift.

This commit is contained in:
mayur nilwant 2024-06-11 17:55:49 -04:00
parent a484f5a193
commit 37a9cea3f4

View File

@ -121,7 +121,8 @@ public class CachedData: Codable {
} }
extension PersistentCacheManager { extension PersistentCacheManager {
func clearPersistentAppLevelCache() { @objc public func clearPersistentAppLevelCache() {
do { do {
try PersistentCacheManager.shared.removeAllAppLevel() try PersistentCacheManager.shared.removeAllAppLevel()