objc-header-import-test.m 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // Copyright 2023 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. // This file imports all Firebase products that vend an umbrella header.
  15. // Products implemented in Swift are therefore omitted.
  16. // ‼️ NOTE: Changes should also be reflected in `objcxx-header-import-test.m`.
  17. #import <Firebase.h>
  18. #import <FirebaseABTesting/FirebaseABTesting.h>
  19. #import <FirebaseAnalytics/FirebaseAnalytics.h>
  20. #import <FirebaseAppCheck/FirebaseAppCheck.h>
  21. #import "Firebase.h"
  22. #import "FirebaseABTesting/FirebaseABTesting.h"
  23. #import "FirebaseAnalytics/FirebaseAnalytics.h"
  24. #import "FirebaseAppCheck/FirebaseAppCheck.h"
  25. #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  26. #import <FirebaseAppDistribution/FirebaseAppDistribution.h>
  27. #import "FirebaseAppDistribution/FirebaseAppDistribution.h"
  28. #endif
  29. #import <FirebaseAuth/FirebaseAuth.h>
  30. #import <FirebaseCore/FirebaseCore.h>
  31. #import <FirebaseCrashlytics/FirebaseCrashlytics.h>
  32. #import <FirebaseDatabase/FirebaseDatabase.h>
  33. #import "FirebaseAuth/FirebaseAuth.h"
  34. #import "FirebaseCore/FirebaseCore.h"
  35. #import "FirebaseCrashlytics/FirebaseCrashlytics.h"
  36. #import "FirebaseDatabase/FirebaseDatabase.h"
  37. #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  38. #import <FirebaseDynamicLinks/FirebaseDynamicLinks.h>
  39. #import "FirebaseDynamicLinks/FirebaseDynamicLinks.h"
  40. #endif
  41. #import <FirebaseFirestore/FirebaseFirestore.h>
  42. #import <FirebaseInstallations/FirebaseInstallations.h>
  43. #import <FirebaseMessaging/FirebaseMessaging.h>
  44. #import "FirebaseFirestore/FirebaseFirestore.h"
  45. #import "FirebaseInstallations/FirebaseInstallations.h"
  46. #import "FirebaseMessaging/FirebaseMessaging.h"
  47. #if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TV
  48. #import <FirebaseInAppMessaging/FirebaseInAppMessaging.h>
  49. #import <FirebasePerformance/FirebasePerformance.h>
  50. #import "FirebaseInAppMessaging/FirebaseInAppMessaging.h"
  51. #import "FirebasePerformance/FirebasePerformance.h"
  52. #endif
  53. #import <FirebaseRemoteConfig/FirebaseRemoteConfig.h>
  54. #import "FirebaseRemoteConfig/FirebaseRemoteConfig.h"