//
//  RNLineChart.h
//  RCTIOSCharts
//
//  Created by Jose Padilla on 12/29/15.
//  Copyright © 2015 Facebook. All rights reserved.
//

#import "RCTView.h"

@interface RNRadarChart : RCTView

@property (nonatomic, assign) NSString *config;

@end
