Skip to content

Commit 264202a

Browse files
committed
fix bad header import
Change-Id: I6b0aed16ef334802664efe9dcabeb299596742c1
1 parent f504bd4 commit 264202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuthUI/FUIAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#import <objc/runtime.h>
2020

21-
#import <FirebaseAnalytics/FIRApp.h>
21+
#import <FirebaseCore/FIRApp.h>
2222
#import <FirebaseAuth/FIRAuth.h>
2323
#import <FirebaseAuth/FirebaseAuth.h>
2424
#import "FUIAuthBaseViewController_Internal.h"

0 commit comments

Comments
 (0)