Avoid compiler generate the wrong property attribute with non-atomic
This commit is contained in:
parent
6c6b951845
commit
a66ff8e5c9
|
@ -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