From 6cffb57e6366917aa89bb399bb920e8f827ec551 Mon Sep 17 00:00:00 2001 From: Harry Ng Date: Tue, 22 Mar 2016 09:59:34 +0800 Subject: [PATCH] Omitting headers for pods in duplicate imports --- PulsingHalo/PulsingHalo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PulsingHalo/PulsingHalo.h b/PulsingHalo/PulsingHalo.h index d6d9fea..fe54270 100644 --- a/PulsingHalo/PulsingHalo.h +++ b/PulsingHalo/PulsingHalo.h @@ -16,5 +16,9 @@ FOUNDATION_EXPORT const unsigned char PulsingHaloVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import +#if __has_include() +#else #import +#endif +