File tree 2 files changed +4
-5
lines changed
src/darwin/Framework/CHIP
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
#import " lib/core/CHIPError.h"
40
40
41
- // TODO Should these string definitions just move to MTRDevice_Concrete, since
42
- // that's the only place they are used?
43
- NSString * const MTRPreviousDataKey = @" previousData" ;
44
- NSString * const MTRDataVersionKey = @" dataVersion" ;
45
-
46
41
@implementation MTRDeviceDelegateInfo
47
42
- (instancetype )initWithDelegate : (id <MTRDeviceDelegate>)delegate queue : (dispatch_queue_t )queue interestedPathsForAttributes : (NSArray * _Nullable)interestedPathsForAttributes interestedPathsForEvents : (NSArray * _Nullable)interestedPathsForEvents
48
43
{
Original file line number Diff line number Diff line change 58
58
59
59
static NSString * const sLastInitialSubscribeLatencyKey = @" lastInitialSubscribeLatency" ;
60
60
61
+ // Not static, because these are public API.
62
+ NSString * const MTRPreviousDataKey = @" previousData" ;
63
+ NSString * const MTRDataVersionKey = @" dataVersion" ;
64
+
61
65
// allow readwrite access to superclass properties
62
66
@interface MTRDevice_Concrete ()
63
67
You can’t perform that action at this time.
0 commit comments