You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
370 B
Objective-C
13 lines
370 B
Objective-C
#ifndef __BMFHeatMapConst__H__
|
|
#define __BMFHeatMapConst__H__
|
|
#import <Foundation/Foundation.h>
|
|
// 热力图
|
|
/// 设定是否展示热力图
|
|
FOUNDATION_EXPORT NSString *const kBMFMapShowHeatMapMethod;
|
|
/// 添加热力图
|
|
FOUNDATION_EXPORT NSString *const kBMFMapAddHeatMapMethod;
|
|
/// 删除热力图
|
|
FOUNDATION_EXPORT NSString *const kBMFMapRemoveHeatMapMethod;
|
|
|
|
#endif
|