This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-08-12 11:20:21 +02:00
|
|
|
#ifdef __OBJC__
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
#else
|
|
|
|
|
#ifndef FOUNDATION_EXPORT
|
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
|
|
|
#else
|
|
|
|
|
#define FOUNDATION_EXPORT extern
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
2019-10-08 21:37:42 +02:00
|
|
|
#import "GDTCORAssert.h"
|
|
|
|
|
#import "GDTCORClock.h"
|
|
|
|
|
#import "GDTCORConsoleLogger.h"
|
|
|
|
|
#import "GDTCORDataFuture.h"
|
|
|
|
|
#import "GDTCOREvent.h"
|
|
|
|
|
#import "GDTCOREventDataObject.h"
|
|
|
|
|
#import "GDTCOREventTransformer.h"
|
|
|
|
|
#import "GDTCORLifecycle.h"
|
|
|
|
|
#import "GDTCORPlatform.h"
|
|
|
|
|
#import "GDTCORPrioritizer.h"
|
|
|
|
|
#import "GDTCORRegistrar.h"
|
|
|
|
|
#import "GDTCORStoredEvent.h"
|
|
|
|
|
#import "GDTCORTargets.h"
|
|
|
|
|
#import "GDTCORTransport.h"
|
|
|
|
|
#import "GDTCORUploader.h"
|
|
|
|
|
#import "GDTCORUploadPackage.h"
|
2019-08-12 11:20:21 +02:00
|
|
|
#import "GoogleDataTransport.h"
|
|
|
|
|
|
|
|
|
|
FOUNDATION_EXPORT double GoogleDataTransportVersionNumber;
|
|
|
|
|
FOUNDATION_EXPORT const unsigned char GoogleDataTransportVersionString[];
|
|
|
|
|
|