react-native-appmetrica/example/ios/YandexMobileMetrica.framework/Versions/A/Headers/YandexMobileMetrica.h

25 lines
810 B
C
Raw Normal View History

2017-09-30 15:40:54 +03:00
/*
* YandexMobileMetrica.h
*
* This file is a part of the AppMetrica
*
* Version for iOS © 2017 YANDEX
*
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://legal.yandex.com/metrica_termsofuse/
*/
#if __has_include("YMMYandexMetrica.h")
#import "YMMYandexMetrica.h"
#import "YMMVersion.h"
#import "YMMYandexMetricaConfiguration.h"
#import "YMMYandexMetricaReporting.h"
#import "YMMYandexMetricaPreloadInfo.h"
#else
#import <YandexMobileMetrica/YMMYandexMetrica.h>
#import <YandexMobileMetrica/YMMVersion.h>
#import <YandexMobileMetrica/YMMYandexMetricaConfiguration.h>
#import <YandexMobileMetrica/YMMYandexMetricaReporting.h>
#import <YandexMobileMetrica/YMMYandexMetricaPreloadInfo.h>
#endif