GMSDeprecationMacros.h 445 B

123456789101112131415161718
  1. //
  2. // GMSDeprecationMacros.h
  3. // Google Maps SDK for iOS
  4. //
  5. // Copyright 2015 Google Inc.
  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_MAPS_GMSDEPRECATIONMACROS_H_
  11. #define IPHONE_MAPS_SDK_MAPS_GMSDEPRECATIONMACROS_H_
  12. #ifndef __GMS_AVAILABLE_BUT_DEPRECATED
  13. #define __GMS_AVAILABLE_BUT_DEPRECATED __deprecated
  14. #endif
  15. #endif