百度地图SDK for iOS v3.4.4 类参考
BMKUtilsVersion.h
1 //
2 // BMKUtilsVersion.h
3 // UtilsComponent
4 //
5 // Created by wzy on 15/9/9.
6 // Copyright © 2015年 baidu. All rights reserved.
7 //
8 
9 #ifndef BMKUtilsVersion_h
10 #define BMKUtilsVersion_h
11 
12 #import <UIKit/UIKit.h>
13 
24 UIKIT_EXTERN NSString* BMKGetMapApiUtilsComponentVersion();
25 
30 UIKIT_EXTERN BOOL BMKCheckUtilsComponentIsLegal();
31 
32 
33 #endif /* BMKUtilsVersion_h */