1// 2// AIRGoogleMapCalloutSubview.m 3// AirMaps 4// 5// Created by Denis Oblogin on 10/8/18. 6// 7// 8 9#ifdef HAVE_GOOGLE_MAPS 10 11#import "AIRGoogleMapCalloutSubview.h" 12#import <React/RCTUtils.h> 13#import <React/RCTView.h> 14#import <React/RCTBridge.h> 15 16@implementation AIRGoogleMapCalloutSubview 17@end 18 19#endif 20