#import <React/RCTViewManager.h>
#import <UIKit/UIKit.h>
#import "HeatMapWrapper.h"

@interface HeatMap : RCTViewManager

@property (strong, nonatomic) HeatMapWrapper *heatMapWrapper;

@end
