add
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// BMKLocationKitVersion.h
|
||||
// BMKLocationKit
|
||||
//
|
||||
// Created by baidu on 17/9/9.
|
||||
// Copyright © 2017年 baidu. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef BMKLocationKitVersion_h
|
||||
#define BMKLocationKitVersion_h
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
/**
|
||||
*获取当前定位sdk 的版本号
|
||||
*当前定位sdk版本 : 1.8.5
|
||||
*@return 返回当前定位sdk 的版本号
|
||||
*/
|
||||
UIKIT_EXTERN NSString* BMKLocationKitVersion();
|
||||
|
||||
/**
|
||||
*获取当前定位sdk 的float版本号
|
||||
*当前定位sdk版本 : 1.85
|
||||
*@return 返回当前定位sdk 的float版本号
|
||||
*/
|
||||
UIKIT_EXTERN float BMKLocationKitFloatVersion();
|
||||
|
||||
|
||||
|
||||
#endif /* BMKLocationKitVersion_h */
|
||||
Reference in New Issue
Block a user