GoogleUtilities-umbrella.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #ifdef __OBJC__
  2. #import <Cocoa/Cocoa.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "GULAppDelegateSwizzler.h"
  13. #import "GULApplication.h"
  14. #import "GULSceneDelegateSwizzler.h"
  15. #import "GULAppEnvironmentUtil.h"
  16. #import "GULHeartbeatDateStorable.h"
  17. #import "GULHeartbeatDateStorage.h"
  18. #import "GULHeartbeatDateStorageUserDefaults.h"
  19. #import "GULKeychainStorage.h"
  20. #import "GULKeychainUtils.h"
  21. #import "GULSecureCoding.h"
  22. #import "GULURLSessionDataResponse.h"
  23. #import "NSURLSession+GULPromises.h"
  24. #import "GULLogger.h"
  25. #import "GULLoggerLevel.h"
  26. #import "GULOriginalIMPConvenienceMacros.h"
  27. #import "GULSwizzler.h"
  28. #import "GULNSData+zlib.h"
  29. #import "GULMutableDictionary.h"
  30. #import "GULNetwork.h"
  31. #import "GULNetworkConstants.h"
  32. #import "GULNetworkLoggerProtocol.h"
  33. #import "GULNetworkMessageCode.h"
  34. #import "GULNetworkURLSession.h"
  35. #import "GULReachabilityChecker.h"
  36. #import "GULUserDefaults.h"
  37. FOUNDATION_EXPORT double GoogleUtilitiesVersionNumber;
  38. FOUNDATION_EXPORT const unsigned char GoogleUtilitiesVersionString[];