Wallpaper_Home/wallpaper_project/Pods/lottie-ios/Sources/Public/AnimationCache/LRUAnimationCache.swift
2024-04-17 14:37:20 +08:00

12 lines
307 B
Swift

//
// LRUAnimationCache.swift
// lottie-swift
//
// Created by Brandon Withrow on 2/5/19.
//
@available(*, deprecated, message: """
Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.
""")
public typealias LRUAnimationCache = DefaultAnimationCache