react-native-appmetrica/ios/AppMetrica.h
Andrey Bondarenko 0289958a33 change
2021-02-16 22:43:02 +10:00

16 lines
482 B
Objective-C

/*
* Version for React Native
* © 2020 YANDEX
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* https://yandex.com/legal/appmetrica_sdk_agreement/
*/
#import <React/RCTBridgeModule.h>
#import <Foundation/Foundation.h>
@interface AppMetrica : NSObject <RCTBridgeModule>
+ (NSDictionary *)addCustomPropsToUserProps:(NSDictionary *_Nullable)userProps withLaunchOptions:(NSDictionary *_Nullable)launchOptions;
@end