36 lines
877 B
Objective-C
36 lines
877 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 "FIRCollectionReference.h"
|
|
#import "FIRDocumentChange.h"
|
|
#import "FIRDocumentReference.h"
|
|
#import "FIRDocumentSnapshot.h"
|
|
#import "FirebaseFirestore.h"
|
|
#import "FIRFieldPath.h"
|
|
#import "FIRFieldValue.h"
|
|
#import "FIRFirestore.h"
|
|
#import "FIRFirestoreErrors.h"
|
|
#import "FIRFirestoreSettings.h"
|
|
#import "FIRFirestoreSource.h"
|
|
#import "FIRGeoPoint.h"
|
|
#import "FIRListenerRegistration.h"
|
|
#import "FIRQuery.h"
|
|
#import "FIRQuerySnapshot.h"
|
|
#import "FIRSnapshotMetadata.h"
|
|
#import "FIRTimestamp.h"
|
|
#import "FIRTransaction.h"
|
|
#import "FIRWriteBatch.h"
|
|
|
|
FOUNDATION_EXPORT double FirebaseFirestoreVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char FirebaseFirestoreVersionString[];
|
|
|