//
//  RCTMGLLineLayer.h
//  RCTMGL
//
//  Created by Nick Italiano on 9/18/17.
//  Copyright © 2017 Mapbox Inc. All rights reserved.
//

#import "RCTMGLVectorLayer.h"
@import Mapbox;

@interface RCTMGLLineLayer : RCTMGLVectorLayer

@end
