LRUAnimationCache.swift 307 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
//
//  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