-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expose all yoga headers but not for modular headers
- Loading branch information
Showing
3 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifdef __OBJC__ | ||
#import <UIKit/UIKit.h> | ||
#else | ||
#ifndef FOUNDATION_EXPORT | ||
#if defined(__cplusplus) | ||
#define FOUNDATION_EXPORT extern "C" | ||
#else | ||
#define FOUNDATION_EXPORT extern | ||
#endif | ||
#endif | ||
#endif | ||
|
||
#import "yoga/YGEnums.h" | ||
#import "yoga/YGMacros.h" | ||
#import "yoga/YGNode.h" | ||
#import "yoga/YGStyle.h" | ||
#import "yoga/YGValue.h" | ||
#import "yoga/Yoga.h" | ||
|
||
FOUNDATION_EXPORT double yogaVersionNumber; | ||
FOUNDATION_EXPORT const unsigned char yogaVersionString[]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module yoga { | ||
umbrella header "Yoga-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters