Skip to content

Commit

Permalink
Restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Sep 9, 2024
1 parent 6d0ddeb commit 54071bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/darwin/Framework/CHIPTests/MTRPairingTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ - (void)controller:(MTRDeviceController *)controller commissioningComplete:(NSEr
@end

@interface MTRPairingTestMonitoringControllerDelegate : NSObject <MTRDeviceControllerDelegate>
@property(nonatomic, readonly) BOOL statusUpdateCalled;
@property(nonatomic, readonly) BOOL commissioningSessionEstablishmentDoneCalled;
@property(nonatomic, readonly) BOOL commissioningCompleteCalled;
@property(nonatomic, readonly) BOOL readCommissioningInfoCalled;
@property (nonatomic, readonly) BOOL statusUpdateCalled;
@property (nonatomic, readonly) BOOL commissioningSessionEstablishmentDoneCalled;
@property (nonatomic, readonly) BOOL commissioningCompleteCalled;
@property (nonatomic, readonly) BOOL readCommissioningInfoCalled;
@end

@implementation MTRPairingTestMonitoringControllerDelegate
Expand Down

0 comments on commit 54071bb

Please sign in to comment.