Skip to content

Commit 1ec0312

Browse files
committed
Changed documentation as well.
1 parent ca6b73b commit 1ec0312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FastImageCache/FICImageCache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typedef void (^FICImageRequestCompletionBlock)(UIImage *sourceImage);
122122
123123
@param entity The entity that uniquely identifies the source image.
124124
125-
@param formatName The format name that uniquely identifies which image table to look in for the cached image.
125+
@param formatName The format name that uniquely identifies which image table to look in for the cached image. Must not be nil.
126126
127127
@param completionBlock The completion block that is called when the requested image is available or if an error occurs.
128128
@@ -149,7 +149,7 @@ typedef void (^FICImageRequestCompletionBlock)(UIImage *sourceImage);
149149
150150
@param entity The entity that uniquely identifies the source image.
151151
152-
@param formatName The format name that uniquely identifies which image table to look in for the cached image.
152+
@param formatName The format name that uniquely identifies which image table to look in for the cached image. Must not be nil.
153153
154154
@param completionBlock The completion block that is called when the requested image is available or if an error occurs.
155155

0 commit comments

Comments
 (0)