24 lines
487 B
C
24 lines
487 B
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 "FIRApp.h"
|
||
|
|
#import "FIRConfiguration.h"
|
||
|
|
#import "FirebaseCore.h"
|
||
|
|
#import "FIRLoggerLevel.h"
|
||
|
|
#import "FIROptions.h"
|
||
|
|
#import "FIRTimestamp.h"
|
||
|
|
#import "FIRVersion.h"
|
||
|
|
|
||
|
|
FOUNDATION_EXPORT double FirebaseCoreVersionNumber;
|
||
|
|
FOUNDATION_EXPORT const unsigned char FirebaseCoreVersionString[];
|
||
|
|
|