BMKLocationKitVersion.h 624 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // BMKLocationKitVersion.h
  3. // BMKLocationKit
  4. //
  5. // Created by baidu on 17/9/9.
  6. // Copyright © 2017年 baidu. All rights reserved.
  7. //
  8. #ifndef BMKLocationKitVersion_h
  9. #define BMKLocationKitVersion_h
  10. #import <UIKit/UIKit.h>
  11. /**
  12. *获取当前定位sdk 的版本号
  13. *当前定位sdk版本 : 1.5.0
  14. *@return 返回当前定位sdk 的版本号
  15. */
  16. UIKIT_EXTERN NSString* BMKLocationKitVersion();
  17. /**
  18. *获取当前定位sdk 的float版本号
  19. *当前定位sdk版本 : 1.5
  20. *@return 返回当前定位sdk 的float版本号
  21. */
  22. UIKIT_EXTERN float BMKLocationKitFloatVersion();
  23. #endif /* BMKLocationKitVersion_h */