summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLShape.h')
-rw-r--r--platform/darwin/src/MGLShape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLShape.h b/platform/darwin/src/MGLShape.h
index a61e79c260..8a43c75950 100644
--- a/platform/darwin/src/MGLShape.h
+++ b/platform/darwin/src/MGLShape.h
@@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
-#ifdef TARGET_OS_IPHONE
+#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
#import "MGLCalloutView.h"
#endif
@@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, copy, nullable) NSString *subtitle;
-#ifdef TARGET_OS_IPHONE
+#if TARGET_OS_IPHONE
@property (nonatomic) BOOL canShowCallout;