adding pods method of package managing
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
#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[];
|
||||
|
||||
Reference in New Issue
Block a user