diff options
Diffstat (limited to 'include/mbgl/ios/Mapbox.h')
-rw-r--r-- | include/mbgl/ios/Mapbox.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/mbgl/ios/Mapbox.h b/include/mbgl/ios/Mapbox.h new file mode 100644 index 0000000000..401a62e82e --- /dev/null +++ b/include/mbgl/ios/Mapbox.h @@ -0,0 +1,13 @@ +#import "MGLAccountManager.h" +#import "MGLAnnotation.h" +#import "MGLAnnotationImage.h" +#import "MGLGeometry.h" +#import "MGLMapView.h" +#import "MGLMultiPoint.h" +#import "MGLOverlay.h" +#import "MGLPointAnnotation.h" +#import "MGLPolygon.h" +#import "MGLPolyline.h" +#import "MGLShape.h" +#import "MGLTypes.h" +#import "MGLUserLocation.h" |