14 lines
311 B
C
14 lines
311 B
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>
|
||
|
|
||
|
@interface AppMetrica : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|