Update YGLayout.h

This fixes the following compilation error on XCode 9.3: "Include of non-modular header inside framework module 'YogaKit.YGLayout': "
This commit is contained in:
MariusRaducan
2018-05-25 15:45:39 +03:00
committed by GitHub
parent f9df990177
commit d134050e5d

View File

@@ -6,9 +6,7 @@
*/
#import <UIKit/UIKit.h>
#import <yoga/YGEnums.h>
#import <yoga/Yoga.h>
#import <yoga/YGMacros.h>
@import yoga;
YG_EXTERN_C_BEGIN