File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments