cache becomes private
This commit is contained in:
parent
3d86411a3c
commit
ada80d2f61
Binary file not shown.
|
|
@ -20,7 +20,7 @@ public extension UIImage {
|
|||
/**
|
||||
a singleton shared NSURL cache used for images from URL
|
||||
*/
|
||||
static let sharedCache = NSCache()
|
||||
private static let sharedCache = NSCache()
|
||||
|
||||
// MARK: Image From URL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue