Skip to content

Commit

Permalink
Merge pull request #35 from harryworld/patch-1
Browse files Browse the repository at this point in the history
Omitting headers for pods in duplicate imports
  • Loading branch information
shu223 committed Mar 22, 2016
2 parents 4e50046 + 6cffb57 commit 6888778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PulsingHalo/PulsingHalo.h
Expand Up @@ -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 <PulsingHalo/PublicHeader.h>

#if __has_include(<PulsingHalo/PulsingHaloLayer.h>)
#else
#import <PulsingHalo/PulsingHaloLayer.h>
#endif


0 comments on commit 6888778

Please sign in to comment.