This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIImageView+ImageWithUrl.h | |
// | |
// | |
// Created by Dev-Mush on 20/10/14. | |
// A simple category on UIImageView that adds an asynchronous load of the image to show, with cacheing support using TMCache. | |
// For more infos about (the great) TMCache: https://github.com/tumblr/TMCache | |
#import <UIKit/UIKit.h> |