We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3412a commit c8e526cCopy full SHA for c8e526c
Sources/Swift/Public/FlexLayout.h
@@ -24,7 +24,7 @@ FOUNDATION_EXPORT double FlexLayoutVersionNumber;
24
FOUNDATION_EXPORT const unsigned char FlexLayoutVersionString[];
25
26
// In this header, you should import all the public headers of your framework using
27
-#import "Yoga.h"
28
-#import "YGEnums.h"
29
-#import "YGMacros.h"
30
-#import "YGValue.h"
+#import <yoga/Yoga.h>
+#import <yoga/YGEnums.h>
+#import <yoga/YGMacros.h>
+#import <yoga/YGValue.h>
0 commit comments