File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ extern const struct <$managedObjectClassName$>FetchedProperties {<$foreach Fetch
52
52
<$endif$>
53
53
<$if Attribute.hasScalarAttributeType$>
54
54
<$if Attribute.isReadonly$>
55
- @property (readonly) <$Attribute.scalarAttributeType$> <$Attribute.name$>Value;
55
+ @property (atomic, readonly) <$Attribute.scalarAttributeType$> <$Attribute.name$>Value;
56
56
- (<$Attribute.scalarAttributeType$>)<$Attribute.name$>Value;
57
57
<$else$>
58
- @property <$Attribute.scalarAttributeType$> <$Attribute.name$>Value;
58
+ @property (atomic) <$Attribute.scalarAttributeType$> <$Attribute.name$>Value;
59
59
- (<$Attribute.scalarAttributeType$>)<$Attribute.name$>Value;
60
60
- (void)set<$Attribute.name.initialCapitalString$>Value:(<$Attribute.scalarAttributeType$>)value_;
61
61
<$endif$>
You can’t perform that action at this time.
0 commit comments