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

#import "RCTMGLLayer.h"

@interface RCTMGLVectorLayer : RCTMGLLayer

@property (nonatomic, copy) NSString *sourceLayerID;

@end
