From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 11:40:39 +0800
Subject: [PATCH] 打包配置

---
 screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h
new file mode 100644
index 0000000..93d840b
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h
@@ -0,0 +1,48 @@
+/*
+ *  BMKPolygon.h
+ *  BMapKit
+ *
+ *  Copyright 2011 Baidu Inc. All rights reserved.
+ *
+ */
+#import <Foundation/Foundation.h>
+
+#import "BMKMultiPoint.h"
+#import "BMKOverlay.h"
+
+/// ���������������������������������������
+@interface BMKPolygon : BMKMultiPoint <BMKOverlay>
+/**
+ *������������������������������
+ *@param points ���������������������������������������������������������������������������
+ *@param count ������������
+ *@return ���������������������������
+ */
++ (BMKPolygon *)polygonWithPoints:(BMKMapPoint *)points count:(NSUInteger)count;
+
+/**
+ *������������������������������
+ *@param coords ������������������������������������������������������������������������������
+ *@param count ������������
+ *@return ���������������������������
+ */
++ (BMKPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
+
+/**
+ *���������������������������
+ *@param points ������������������������������
+ *@param count ������������������
+ *@return ������������������
+ */
+- (BOOL)setPolygonWithPoints:(BMKMapPoint *)points count:(NSInteger) count;
+
+/**
+ *���������������������������
+ *@param coords ���������������������������������
+ *@param count ������������������
+ *@return ������������������
+ */
+- (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger) count;
+
+
+@end

--
Gitblit v1.8.0