Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Silence undocumented typedef warnings from appledoc
Browse files Browse the repository at this point in the history
ref #3203
  • Loading branch information
1ec5 authored and jfirebaugh committed Dec 16, 2015
1 parent ff928a3 commit 304b4ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

NS_ASSUME_NONNULL_BEGIN

/// -
typedef void (^MGLCustomStyleLayerPreparationHandler)(void);

/// -
typedef void (^MGLCustomStyleLayerDrawingHandler)(CGSize size,
CLLocationCoordinate2D centerCoordinate,
double zoomLevel,
CLLocationDirection direction,
CGFloat pitch,
CGFloat perspectiveSkew);

/// -
typedef void (^MGLCustomStyleLayerCompletionHandler)(void);

@interface MGLMapView (MGLCustomStyleLayerAdditions)
Expand Down

0 comments on commit 304b4ec

Please sign in to comment.