From 11eeaa7b6a5d1d34985ef48aa7b8c5b2130aa553 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Thu, 17 Aug 2017 11:43:22 -0400 Subject: Add Crashlytics and Fabric to Firebase umbrella header. (#192) This will prevent users from having to specifically import Fabric or Crashlytics into their projects when already importing Firebase. --- Firebase/Firebase/FirebaseCommunity.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Firebase') diff --git a/Firebase/Firebase/FirebaseCommunity.h b/Firebase/Firebase/FirebaseCommunity.h index ee37a76..83e37cf 100644 --- a/Firebase/Firebase/FirebaseCommunity.h +++ b/Firebase/Firebase/FirebaseCommunity.h @@ -66,4 +66,12 @@ #import #endif + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + #endif // defined(__has_include) -- cgit v1.2.3