Merge pull request #3474 from dreampiggy/bugfix/atomic_fix
Avoid compiler generate the wrong property attribute with non-atomic
This commit is contained in:
commit
f25cc6bb1c
|
@ -10,8 +10,6 @@
|
|||
|
||||
@interface SDAsyncBlockOperation ()
|
||||
|
||||
@property (assign, nonatomic, getter = isExecuting) BOOL executing;
|
||||
@property (assign, nonatomic, getter = isFinished) BOOL finished;
|
||||
@property (nonatomic, copy, nonnull) SDAsyncBlock executionBlock;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue