Fix build and podfile

This commit is contained in:
Garrett Moon
2016-02-09 10:31:10 -08:00
parent 0be51c1ca2
commit 820390e496
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ typedef void(^ASImageCacherCompletion)(UIImage * _Nullable imageFromCache);
@protocol ASImageCacheProtocol <NSObject>
@required
@optional
/**
@deprecated This method is deprecated @see cachedImageWithURL:callbackQueue:completion: instead
*/