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

Commit 304b4ec

Browse files
1ec5jfirebaugh
authored andcommitted
[ios] Silence undocumented typedef warnings from appledoc
ref #3203
1 parent ff928a3 commit 304b4ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h

+3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
NS_ASSUME_NONNULL_BEGIN
44

5+
/// -
56
typedef void (^MGLCustomStyleLayerPreparationHandler)(void);
67

8+
/// -
79
typedef void (^MGLCustomStyleLayerDrawingHandler)(CGSize size,
810
CLLocationCoordinate2D centerCoordinate,
911
double zoomLevel,
1012
CLLocationDirection direction,
1113
CGFloat pitch,
1214
CGFloat perspectiveSkew);
1315

16+
/// -
1417
typedef void (^MGLCustomStyleLayerCompletionHandler)(void);
1518

1619
@interface MGLMapView (MGLCustomStyleLayerAdditions)

0 commit comments

Comments
 (0)