Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 49878c6

Browse files
author
Chris Yang
committed
fix
1 parent 4556c01 commit 49878c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/google_maps_flutter/google_maps_flutter/ios/Classes/FLTGoogleMapsPlugin.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
// found in the LICENSE file.
44

55
#import <Flutter/Flutter.h>
6+
#import <GoogleMaps/GoogleMaps.h>
7+
#import "GoogleMapCircleController.h"
8+
#import "GoogleMapController.h"
9+
#import "GoogleMapMarkerController.h"
10+
#import "GoogleMapPolygonController.h"
11+
#import "GoogleMapPolylineController.h"
612

713
NS_ASSUME_NONNULL_BEGIN
814

0 commit comments

Comments
 (0)