We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb529e commit 466241dCopy full SHA for 466241d
src/platform/Darwin/UserDefaults.mm
@@ -20,6 +20,8 @@
20
#include <lib/support/SafeInt.h>
21
#include <lib/support/logging/CHIPLogging.h>
22
23
+#include "UserDefaults.h"
24
+
25
static NSString * const kUserDefaultDomain = @"org.csa-iot.matter.darwin";
26
static NSString * const kSRPTimeoutInMsecsUserDefaultKey = @"SRPTimeoutInMSecsOverride";
27
0 commit comments