Skip to content

Commit

Permalink
Fixing assign -> copy (#22017)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and web-flow committed Aug 18, 2022
1 parent d7b7464 commit 24fb2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRSetupPayload.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef NS_ENUM(NSUInteger, MTROptionalQRCodeInfoType) {
*
* Otherwise its value is made up of the MTRDiscoveryCapabilities flags.
*/
@property (nonatomic, assign, nullable) NSNumber * rendezvousInformation;
@property (nonatomic, copy, nullable) NSNumber * rendezvousInformation;
@property (nonatomic, copy) NSNumber * discriminator;
@property (nonatomic, assign) BOOL hasShortDiscriminator;
@property (nonatomic, copy) NSNumber * setUpPINCode;
Expand Down

0 comments on commit 24fb2a0

Please sign in to comment.