#ifndef __BMFHeatMapConst__H__ #define __BMFHeatMapConst__H__ #import // 热力图 /// 设定是否展示热力图 FOUNDATION_EXPORT NSString *const kBMFMapShowHeatMapMethod; /// 添加热力图 FOUNDATION_EXPORT NSString *const kBMFMapAddHeatMapMethod; /// 删除热力图 FOUNDATION_EXPORT NSString *const kBMFMapRemoveHeatMapMethod; #endif