iot-firebase/IoT-iOS/Pods/Target Support Files/GoogleDataTransport-iOS13.1/GoogleDataTransport-iOS13.1-umbrella.h
2020-10-05 10:08:16 +01:00

34 lines
827 B
Objective-C

#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
#import "GDTCORAssert.h"
#import "GDTCORClock.h"
#import "GDTCORConsoleLogger.h"
#import "GDTCOREvent.h"
#import "GDTCOREventDataObject.h"
#import "GDTCOREventTransformer.h"
#import "GDTCORLifecycle.h"
#import "GDTCORPlatform.h"
#import "GDTCORPrioritizer.h"
#import "GDTCORReachability.h"
#import "GDTCORRegistrar.h"
#import "GDTCORStorageProtocol.h"
#import "GDTCORTargets.h"
#import "GDTCORTransport.h"
#import "GDTCORUploader.h"
#import "GDTCORUploadPackage.h"
#import "GoogleDataTransport.h"
FOUNDATION_EXPORT double GoogleDataTransportVersionNumber;
FOUNDATION_EXPORT const unsigned char GoogleDataTransportVersionString[];