Merge pull request #3474 from dreampiggy/bugfix/atomic_fix

Avoid compiler generate the wrong property attribute with non-atomic
This commit is contained in:
DreamPiggy 2023-01-22 14:12:35 +08:00 committed by GitHub
commit f25cc6bb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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