We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eafd5 commit 0d88d82Copy full SHA for 0d88d82
2 files changed
mParticle-Adobe-Media/MPIAdobe.m
@@ -74,8 +74,8 @@ - (NSString *)description {
74
75
@interface MPIAdobe ()
76
77
-@property (nonatomic) NSString *region;
78
-@property (nonatomic) NSString *blob;
+@property (nonatomic, copy) NSString *region;
+@property (nonatomic, copy) NSString *blob;
79
80
@end
81
mParticle-Adobe/MPIAdobe.m
0 commit comments