// // RNMapsGoogleMapView.h // // // Created by Salah Ghanim on 23.11.24. // Copyright © 2024 react-native-maps. All rights reserved. // #ifdef RCT_NEW_ARCH_ENABLED #ifdef HAVE_GOOGLE_MAPS #import #import #if __has_include() #import #else #import "RNMapsHostViewDelegate.h" #endif @class AIRGoogleMap; NS_ASSUME_NONNULL_BEGIN @interface RNMapsGoogleMapView : RCTViewComponentView @end NS_ASSUME_NONNULL_END #endif #endif