react-native-appmetrica/ios/AppMetrica.h

16 lines
482 B
C
Raw Normal View History

2020-06-08 22:14:06 +03:00
/*
* 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>
2021-02-16 15:43:02 +03:00
#import <Foundation/Foundation.h>
2020-06-08 22:14:06 +03:00
@interface AppMetrica : NSObject <RCTBridgeModule>
2021-02-16 15:43:02 +03:00
+ (NSDictionary *)addCustomPropsToUserProps:(NSDictionary *_Nullable)userProps withLaunchOptions:(NSDictionary *_Nullable)launchOptions;
2020-06-08 22:14:06 +03:00
@end