Added SDImageCacheConfig.h and UIView+WebCache.h to the umbrella header

This commit is contained in:
Bogdan Poplauschi 2016-09-30 09:33:06 +03:00
parent 3c4aa45f32
commit f1a19df721
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@ FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <WebImage/PublicHeader.h>
#import <SDWebImage/SDWebImageManager.h>
#import <SDWebImage/SDImageCacheConfig.h>
#import <SDWebImage/SDImageCache.h>
#import <SDWebImage/UIView+WebCache.h>
#import <SDWebImage/UIImageView+WebCache.h>
#import <SDWebImage/UIImageView+HighlightedWebCache.h>
#import <SDWebImage/SDWebImageDownloaderOperation.h>