Avoid compiler generate the wrong property attribute with non-atomic

This commit is contained in:
DreamPiggy 2023-01-22 11:45:19 +08:00
parent 6c6b951845
commit a66ff8e5c9
1 changed files with 0 additions and 2 deletions

View File

@ -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