react-native-macos/Libraries/Settings/RCTSettingsManager.h

17 строки
417 B
C
Исходник Обычный вид История

2015-05-05 15:34:38 +03:00
/**
* Copyright (c) Facebook, Inc. and its affiliates.
2015-05-05 15:34:38 +03:00
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
2015-05-05 15:34:38 +03:00
*/
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
2015-05-05 15:34:38 +03:00
@interface RCTSettingsManager : NSObject <RCTBridgeModule>
- (instancetype)initWithUserDefaults:(NSUserDefaults *)defaults NS_DESIGNATED_INITIALIZER;
2015-05-05 15:34:38 +03:00
@end