Skip to content

Commit

Permalink
Update MTRTestKeys.m
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jul 2, 2022
1 parent 33de0e4 commit a93c5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIPTests/MTRTestKeys.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#import <Security/SecKey.h>

@interface MTRTestKeys ()
@property (readwrite, nonatomic, strong) SecKeyRef privateKey;
@property (readwrite, nonatomic, strong) SecKeyRef publicKey;
@property (readwrite) SecKeyRef privateKey;
@property (readwrite) SecKeyRef publicKey;
@end

@implementation MTRTestKeys
Expand Down

0 comments on commit a93c5c4

Please sign in to comment.