#import <React/RCTViewComponentView.h>

@class MLRNGeoJSONSource;

@interface MLRNGeoJSONSourceComponentView : RCTViewComponentView

@property (nonatomic, readonly) MLRNGeoJSONSource *geoJSONSource;

@end
