From 72473cf6f643da04c7536bd05e15c74ac6b7aa87 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 17 Apr 2018 19:18:24 -0400 Subject: [ios] Mark unused parameter of -[MGLMapView reloadStyle:] as nullable --- platform/ios/src/MGLMapView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/src') diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h index bfe3beb3b8..765f0f932b 100644 --- a/platform/ios/src/MGLMapView.h +++ b/platform/ios/src/MGLMapView.h @@ -218,7 +218,7 @@ MGL_EXPORT IB_DESIGNABLE the server, calling this method does not necessarily ensure that the map view reflects those changes. */ -- (IBAction)reloadStyle:(id)sender; +- (IBAction)reloadStyle:(nullable id)sender; /** A Boolean value indicating whether the map may display scale information. -- cgit v1.2.1