#import <React/RCTView.h>
#import <BaiduMapAPI_Map/BMKHeatMap.h>

@interface RCTHeatMap : RCTView

- (BMKHeatMap *)heatMap;

@end
