Skip to content

Commit

Permalink
feat: Use Copy Reference (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Sep 4, 2024
1 parent 05eafd5 commit 0d88d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mParticle-Adobe-Media/MPIAdobe.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ - (NSString *)description {

@interface MPIAdobe ()

@property (nonatomic) NSString *region;
@property (nonatomic) NSString *blob;
@property (nonatomic, copy) NSString *region;
@property (nonatomic, copy) NSString *blob;

@end

Expand Down
4 changes: 2 additions & 2 deletions mParticle-Adobe/MPIAdobe.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ - (NSString *)description {

@interface MPIAdobe ()

@property (nonatomic) NSString *region;
@property (nonatomic) NSString *blob;
@property (nonatomic, copy) NSString *region;
@property (nonatomic, copy) NSString *blob;

@end

Expand Down

0 comments on commit 0d88d82

Please sign in to comment.