百度定位SDK for iOS v1.5 类参考
BMKLocationKitVersion.h
1 //
2 // BMKLocationKitVersion.h
3 // BMKLocationKit
4 //
5 // Created by baidu on 17/9/9.
6 // Copyright © 2017年 baidu. All rights reserved.
7 //
8 
9 #ifndef BMKLocationKitVersion_h
10 #define BMKLocationKitVersion_h
11 
12 #import <UIKit/UIKit.h>
13 
19 UIKIT_EXTERN NSString* BMKLocationKitVersion();
20 
26 UIKIT_EXTERN float BMKLocationKitFloatVersion();
27 
28 
29 
30 #endif /* BMKLocationKitVersion_h */