Skip to content

Commit d7d2d4b

Browse files
authoredSep 25, 2024··
fix(all, apple): use modular headers to import (#13400)
1 parent 40521d1 commit d7d2d4b

File tree

41 files changed

+48
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+48
-44
lines changed
 

‎packages/cloud_firestore/cloud_firestore/ios/Classes/FLTDocumentSnapshotStreamHandler.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#import <Firebase/Firebase.h>
5+
@import FirebaseFirestore;
66
#import <firebase_core/FLTFirebasePluginRegistry.h>
77

88
#import "Private/FLTDocumentSnapshotStreamHandler.h"

‎packages/cloud_firestore/cloud_firestore/ios/Classes/FLTFirebaseFirestoreExtension.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2023 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
#import <Firebase/Firebase.h>
4+
@import FirebaseFirestore;
55

66
#import "Private/FLTFirebaseFirestoreExtension.h"
77

0 commit comments

Comments
 (0)
Please sign in to comment.