Skip to content

Commit a088781

Browse files
committed
oops! optional protocals should be marked using @optional exactly
1 parent 94b15ce commit a088781

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FastImageCache/FICImageCache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ typedef void (^FICImageRequestCompletionBlock)(UIImage *sourceImage);
227227
*/
228228
@protocol FICImageCacheDelegate <NSObject>
229229

230+
@optional
231+
230232
/**
231233
This method is called on the delegate when the image cache needs a source image.
232234

0 commit comments

Comments
 (0)