Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Dec 5, 2024
1 parent e496249 commit 3958ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@import FirebaseAuth;

#import <FirebaseAuth/FirebaseAuth.h>
#import "include/Private/FLTAuthStateChannelStreamHandler.h"
#import "include/Public/FLTFirebaseAuthPlugin.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// found in the LICENSE file.

@import FirebaseAuth;
#import <FirebaseAuth/FirebaseAuth.h>
#import <TargetConditionals.h>
#if __has_include(<firebase_core/FLTFirebasePluginRegistry.h>)
#import <firebase_core/FLTFirebasePluginRegistry.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <FirebaseAuth/FirebaseAuth.h>
#import "include/Private/FLTIdTokenChannelStreamHandler.h"
#import "include/Public/FLTFirebaseAuthPlugin.h"

Expand Down

0 comments on commit 3958ca7

Please sign in to comment.