@@ -13,7 +13,7 @@
// limitations under the License.
import Foundation
-private import os.lock
+import os.lock
/// A reference wrapper around `os_unfair_lock`. Replace this class with
/// `OSAllocatedUnfairLock` once we support only iOS 16+. For an explanation
@@ -25,7 +25,7 @@ import Foundation
#endif
import FirebaseCoreExtension
-private import FirebaseCoreInternal
+import FirebaseCoreInternal
/// File specific constants.
private enum Constants {
@@ -14,7 +14,7 @@
public import Foundation
/// A `HTTPSCallableResult` contains the result of calling a `HTTPSCallable`.
@objc(FIRHTTPSCallableResult)
@@ -15,7 +15,7 @@
/// Sessions Dependencies determines when a dependent SDK is
/// installed in the app. The Sessions SDK uses this to figure
-private import UniformTypeIdentifiers
+import UniformTypeIdentifiers
#if os(iOS) || os(tvOS) || os(visionOS)
import MobileCoreServices