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.
2 parents 8a6dcf8 + a66ff8e commit f25cc6bCopy full SHA for f25cc6b
SDWebImage/Private/SDAsyncBlockOperation.m
@@ -10,8 +10,6 @@
10
11
@interface SDAsyncBlockOperation ()
12
13
-@property (assign, nonatomic, getter = isExecuting) BOOL executing;
14
-@property (assign, nonatomic, getter = isFinished) BOOL finished;
15
@property (nonatomic, copy, nonnull) SDAsyncBlock executionBlock;
16
17
@end
0 commit comments