You've already forked My-Mind-2.0
mirror of
https://github.com/MrLyallCSIT/My-Mind-2.0.git
synced 2026-01-18 07:09:40 +00:00
41 lines
1.0 KiB
Objective-C
41 lines
1.0 KiB
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 "FIRActionCodeSettings.h"
|
|
#import "FIRAdditionalUserInfo.h"
|
|
#import "FIRAuth.h"
|
|
#import "FIRAuthAPNSTokenType.h"
|
|
#import "FIRAuthCredential.h"
|
|
#import "FIRAuthDataResult.h"
|
|
#import "FIRAuthErrors.h"
|
|
#import "FIRAuthSettings.h"
|
|
#import "FIRAuthTokenResult.h"
|
|
#import "FIRAuthUIDelegate.h"
|
|
#import "FirebaseAuth.h"
|
|
#import "FirebaseAuthVersion.h"
|
|
#import "FIREmailAuthProvider.h"
|
|
#import "FIRFacebookAuthProvider.h"
|
|
#import "FIRGameCenterAuthProvider.h"
|
|
#import "FIRGitHubAuthProvider.h"
|
|
#import "FIRGoogleAuthProvider.h"
|
|
#import "FIROAuthProvider.h"
|
|
#import "FIRPhoneAuthCredential.h"
|
|
#import "FIRPhoneAuthProvider.h"
|
|
#import "FIRTwitterAuthProvider.h"
|
|
#import "FIRUser.h"
|
|
#import "FIRUserInfo.h"
|
|
#import "FIRUserMetadata.h"
|
|
|
|
FOUNDATION_EXPORT double FirebaseAuthVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char FirebaseAuthVersionString[];
|
|
|