Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Dec 5, 2024
1 parent ef6cbf9 commit bceab30
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
* BSD-style license that can be found in the LICENSE file.
*/

#if TARGET_OS_OSX
#import <FirebaseAuth/FirebaseAuth.h>
#else
@import FirebaseAuth;
#endif

#import <Foundation/Foundation.h>
#import "../Public/firebase_auth_messages.g.h"

Expand Down

0 comments on commit bceab30

Please sign in to comment.