File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
packages/react-native/React/CoreModules Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 3030 */
3131- (id )settingForKey : (NSString *)key ;
3232
33- // [macOS
34- /* *
35- * Returns all keys that are overridden
36- */
37- - (NSArray <NSString *> *)overridenKeys ;
38- // macOS]
39-
4033@end
4134
4235@protocol RCTDevSettingsInspectable <NSObject >
Original file line number Diff line number Diff line change @@ -104,13 +104,6 @@ - (id)settingForKey:(NSString *)key
104104 return _settings[key];
105105}
106106
107- // [macOS
108- - (NSArray <NSString *> *)overridenKeys
109- {
110- return [_settings allKeys ];
111- }
112- // macOS]
113-
114107- (void )_reloadWithDefaults : (NSDictionary *)defaultValues
115108{
116109 NSDictionary *existingSettings = [_userDefaults objectForKey: kRCTDevSettingsUserDefaultsKey ];
You can’t perform that action at this time.
0 commit comments