// // GMSDeprecationMacros.h // Google Maps SDK for iOS // // Copyright 2015 Google Inc. // // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of // Service: https://developers.google.com/maps/terms // #ifndef IPHONE_MAPS_SDK_MAPS_GMSDEPRECATIONMACROS_H_ #define IPHONE_MAPS_SDK_MAPS_GMSDEPRECATIONMACROS_H_ #ifndef __GMS_AVAILABLE_BUT_DEPRECATED #define __GMS_AVAILABLE_BUT_DEPRECATED __deprecated #endif #endif