33 lines
858 B
Objective-C
33 lines
858 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 "FirebaseAuthUI.h"
|
|
#import "FUIAccountSettingsOperationType.h"
|
|
#import "FUIAccountSettingsViewController.h"
|
|
#import "FUIAuth.h"
|
|
#import "FUIAuthBaseViewController.h"
|
|
#import "FUIAuthBaseViewController_Internal.h"
|
|
#import "FUIAuthErrors.h"
|
|
#import "FUIAuthErrorUtils.h"
|
|
#import "FUIAuthPickerViewController.h"
|
|
#import "FUIAuthProvider.h"
|
|
#import "FUIAuthStrings.h"
|
|
#import "FUIAuthTableHeaderView.h"
|
|
#import "FUIAuthTableViewCell.h"
|
|
#import "FUIAuthUtils.h"
|
|
#import "FUIAuth_Internal.h"
|
|
#import "FUIPrivacyAndTermsOfServiceView.h"
|
|
|
|
FOUNDATION_EXPORT double FirebaseAuthUIVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char FirebaseAuthUIVersionString[];
|
|
|