Skip to content

Commit

Permalink
[FirebaseCoreInternal] Switch to implementation-only import of GULs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Apr 5, 2024
1 parent 42eae77 commit 03ce722
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import Foundation

#if SWIFT_PACKAGE
import GoogleUtilities_NSData
@_implementationOnly import GoogleUtilities_NSData
#else
import GoogleUtilities
@_implementationOnly import GoogleUtilities
#endif // SWIFT_PACKAGE

/// A type that provides a string representation for use in an HTTP header.
Expand Down

0 comments on commit 03ce722

Please sign in to comment.