From 83b9d5c682b21d88133f24da0f94dd56bd79e687 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 19 Jul 2018 13:38:55 +0800
Subject: [PATCH] change
---
screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h
new file mode 100644
index 0000000..0a04382
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h
@@ -0,0 +1,26 @@
+/*
+ * BMKGradient.h
+ * BMapKit
+ *
+ * Copyright 2013 Baidu Inc. All rights reserved.
+ *
+ */
+#import <UIKit/UIKit.h>
+#import <Foundation/Foundation.h>
+///������������������������������
+@interface BMKGradient : NSObject{
+
+}
+///������������������������������������,���������������������UIColor
+@property (nonatomic,strong) NSArray* mColors;
+///���������������������������������,,��������������������� [0,1]���double���, given as a percentage of the maximum intensity,���������mColors���������������������������������������������������������
+@property (nonatomic,strong) NSArray* mStartPoints;
+
+//���������������������������,������������colorMapSize1000���������������
+- (id)initWithColors:(NSArray*)colors startPoints:(NSArray*)startPoints;
+@end
+
+
+
+
+
--
Gitblit v1.8.0