fix misjudgment import
This commit is contained in:
@@ -17,8 +17,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>
|
||||
#else
|
||||
#import "PulsingHaloLayer.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user