//
//  BarChartView.hpp
//  react-native-charts
//
//  Created by Peter Vu on 12/01/2023.
//

// This guard prevent this file to be compiled in the old architecture.

#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>

@interface RNLineChartView : RCTViewComponentView
@end
