mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
13 lines
214 B
Objective-C
13 lines
214 B
Objective-C
//
|
|
// RCTMapboxGLView.m
|
|
// mapboxGLReactNative
|
|
//
|
|
// Created by Bobby Sudekum on 4/28/15.
|
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import "RCTMapboxGLView.h"
|
|
|
|
@implementation mapboxGLView
|
|
|
|
@end |