We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14979c commit 04ed460Copy full SHA for 04ed460
FastImageCache/FastImageCache/FastImageCache/FICImageCache.m
@@ -25,7 +25,6 @@ @interface FICImageCache () {
25
NSMutableDictionary *_formats;
26
NSMutableDictionary *_imageTables;
27
NSMutableDictionary *_requests;
28
- __weak id <FICImageCacheDelegate> _delegate;
29
30
BOOL _delegateImplementsWantsSourceImageForEntityWithFormatNameCompletionBlock;
31
BOOL _delegateImplementsShouldProcessAllFormatsInFamilyForEntity;
0 commit comments