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 30
30
*/
31
31
- (id )settingForKey : (NSString *)key ;
32
32
33
- // [macOS
34
- /* *
35
- * Returns all keys that are overridden
36
- */
37
- - (NSArray <NSString *> *)overridenKeys ;
38
- // macOS]
39
-
40
33
@end
41
34
42
35
@protocol RCTDevSettingsInspectable <NSObject >
Original file line number Diff line number Diff line change @@ -104,13 +104,6 @@ - (id)settingForKey:(NSString *)key
104
104
return _settings[key];
105
105
}
106
106
107
- // [macOS
108
- - (NSArray <NSString *> *)overridenKeys
109
- {
110
- return [_settings allKeys ];
111
- }
112
- // macOS]
113
-
114
107
- (void )_reloadWithDefaults : (NSDictionary *)defaultValues
115
108
{
116
109
NSDictionary *existingSettings = [_userDefaults objectForKey: kRCTDevSettingsUserDefaultsKey ];
You can’t perform that action at this time.
0 commit comments