11 lines
209 B
C
11 lines
209 B
C
|
//
|
||
|
// AIRGoogleMapURLTileManager.h
|
||
|
// Created by Nick Italiano on 11/5/16.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTViewManager.h>
|
||
|
|
||
|
@interface AIRGoogleMapUrlTileManager : RCTViewManager
|
||
|
@end
|