From bdc8e3dfad9f9ee96d5871a357fc93419f278f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sun, 24 Jan 2016 11:07:34 -0800 Subject: [PATCH] [ios] Quoted umbrella header imports Fixes #3300. --- ios/framework/Mapbox.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ios/framework/Mapbox.h b/ios/framework/Mapbox.h index 0df6d1f611f..11f163376a6 100644 --- a/ios/framework/Mapbox.h +++ b/ios/framework/Mapbox.h @@ -6,21 +6,21 @@ FOUNDATION_EXPORT double MapboxVersionNumber; /// Project version string for Mapbox. FOUNDATION_EXPORT const unsigned char MapboxVersionString[]; -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import +#import "MGLAccountManager.h" +#import "MGLAnnotation.h" +#import "MGLAnnotationImage.h" +#import "MGLCalloutView.h" +#import "MGLMapCamera.h" +#import "MGLGeometry.h" +#import "MGLMapView.h" +#import "MGLMapView+IBAdditions.h" +#import "MGLMapView+MGLCustomStyleLayerAdditions.h" +#import "MGLMultiPoint.h" +#import "MGLOverlay.h" +#import "MGLPointAnnotation.h" +#import "MGLPolygon.h" +#import "MGLPolyline.h" +#import "MGLShape.h" +#import "MGLStyle.h" +#import "MGLTypes.h" +#import "MGLUserLocation.h"