GT2/GT2-Android/node_modules/react-native-maps/lib/ios/AirGoogleMaps/AIRGoogleMapCallout.m

16 lines
243 B
Mathematica
Raw Normal View History

//
// AIRGoogleMapCallout.m
// AirMaps
//
// Created by Gil Birman on 9/6/16.
//
//
#import "AIRGoogleMapCallout.h"
#import <React/RCTUtils.h>
#import <React/RCTView.h>
#import <React/RCTBridge.h>
@implementation AIRGoogleMapCallout
@end