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 6c6b951 commit a66ff8eCopy full SHA for a66ff8e
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