GMSPlacesDeprecationUtils.h 586 B

12345678910111213141516171819202122
  1. //
  2. // GMSPlacesDeprecationUtils.h
  3. // Google Places SDK for iOS
  4. //
  5. // Copyright 2020 Google LLC
  6. //
  7. // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
  8. // Service: https://developers.google.com/maps/terms
  9. //
  10. #ifndef IPHONE_MAPS_SDK_PLACES_GMSPLACESDEPRECATIONUTILS_H_
  11. #define IPHONE_MAPS_SDK_PLACES_GMSPLACESDEPRECATIONUTILS_H_
  12. #ifndef __GMS_AVAILABLE_BUT_DEPRECATED
  13. #define __GMS_AVAILABLE_BUT_DEPRECATED __deprecated
  14. #endif
  15. #ifndef __GMS_AVAILABLE_BUT_DEPRECATED_MSG
  16. #define __GMS_AVAILABLE_BUT_DEPRECATED_MSG(msg) __deprecated_msg(msg)
  17. #endif
  18. #endif