Skip to content

Commit

Permalink
[M][0]: Let method atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaji committed Aug 15, 2019
1 parent f3051c9 commit 8f176f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSObject+Attachment.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

@interface NSObject (Attachment)

@property (nonatomic, strong) id attachment;
@property (atomic, strong) id attachment;

@end

0 comments on commit 8f176f6

Please sign in to comment.