From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h
new file mode 100644
index 0000000..252bfc9
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h
@@ -0,0 +1,32 @@
+//
+//  BMKLocationVersion.h
+//  LocationComponent
+//
+//  Created by wzy on 15/9/9.
+//  Copyright �� 2015��� baidu. All rights reserved.
+//
+
+#ifndef BMKLocationVersion_h
+#define BMKLocationVersion_h
+
+#import <UIKit/UIKit.h>
+
+/**
+ *���������
+ *location������������������base������������������������������������������������������
+ */
+
+/**
+ *������������������API location������ ������������
+ *������location������������ : 4.1.1
+ *return  ������������API location������ ������������
+ */
+UIKIT_EXTERN NSString* BMKGetMapApiLocationComponentVersion();
+
+/**
+ *������location���������������������������base������������������������
+ *return    ���������������������YES
+ */
+UIKIT_EXTERN BOOL BMKCheckLocationComponentIsLegal();
+
+#endif /* BMKLocationVersion_h */

--
Gitblit v1.8.0