Index: webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m |
similarity index 96% |
rename from webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m |
rename to webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m |
index c05df4416a5253ca682dfdfc2ca2af8a56e28084..6d9fa5bb26a2274bfaa4569b18a02a582760c44a 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m |
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m |
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN |
@interface ARDSettingsStore () { |
NSUserDefaults *_storage; |
} |
-@property(nonatomic, strong) NSUserDefaults *storage; |
+@property(nonatomic, strong, readonly) NSUserDefaults *storage; |
@end |
@implementation ARDSettingsStore |