AMapLocationVersion.h 793 B

1234567891011121314151617181920212223242526
  1. //
  2. // AMapLoctionVersion.h
  3. // AMapLocationKit
  4. //
  5. // Created by AutoNavi on 16/1/22.
  6. // Copyright © 2016年 Amap. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <AMapFoundationKit/AMapFoundationVersion.h>
  10. #ifndef AMapLoctionVersion_h
  11. #define AMapLoctionVersion_h
  12. #define AMapLocationVersionNumber 20800
  13. #define AMapLocationFoundationVersionMinRequired 10609
  14. // 依赖库版本检测
  15. #if AMapFoundationVersionNumber < AMapLocationFoundationVersionMinRequired
  16. #error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
  17. #endif
  18. FOUNDATION_EXTERN NSString * const AMapLocationVersion;
  19. FOUNDATION_EXTERN NSString * const AMapLocationName;
  20. #endif /* AMapLoctionVersion_h */