mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
17 lines
274 B
Objective-C
17 lines
274 B
Objective-C
//
|
|
// RCTMGLVectorSource.h
|
|
// RCTMGL
|
|
//
|
|
// Created by Nick Italiano on 9/8/17.
|
|
// Copyright © 2017 Mapbox Inc. All rights reserved.
|
|
//
|
|
|
|
#import "RCTSource.h"
|
|
@import Mapbox;
|
|
|
|
@interface RCTMGLVectorSource : RCTSource
|
|
|
|
@property (nonatomic, assign) NSString *url;
|
|
|
|
@end
|