cache becomes private

This commit is contained in:
Николай Ашанин 2016-09-29 19:39:37 +03:00
parent 3d86411a3c
commit ada80d2f61
2 changed files with 1 additions and 1 deletions

BIN
LeadKit/.DS_Store vendored

Binary file not shown.

View File

@ -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