From 5539a90c48dd5e7bb10d571a09ebd2df52cb44b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 15 Aug 2016 15:29:42 -0700 Subject: [ios, macos] Renamed Objective-C++ headers to .h Also removed a redundant reference to MGLStyle_Private.h in ios.xcodeproj. Fixes #5952. --- platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h (limited to 'platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h') diff --git a/platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h b/platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h new file mode 100644 index 0000000000..1be02c01d2 --- /dev/null +++ b/platform/darwin/src/NSArray+MGLStyleAttributeAdditions_Private.h @@ -0,0 +1,9 @@ +#import + +#import "MGLStyleAttributeValue.h" + +#include + +@interface NSArray (MGLStyleAttributeAdditions_Private) + +@end -- cgit v1.2.1