//
//  RCTMGLCalloutView.h
//  RCTMGL
//
//  Created by Nick Italiano on 10/13/17.
//  Copyright © 2017 Mapbox Inc. All rights reserved.
//

#import <React/RCTView.h>

@import Mapbox;

@interface RCTMGLCallout : RCTView<MGLCalloutView>

@end
