Files
tianrunCRM/Assets/3rd/LBSBaidu/Plugins/iOS/BMKLocationKit.framework/Headers/BMKLocationKitVersion.h

31 lines
625 B
C
Raw Normal View History

2020-07-04 14:41:25 +08:00
//
// 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 */