[Build] Add imports that are necessary for clang to parse header files after compilation.

This allows the objc-diff tool (which creates API diffs) to run successfully.
This commit is contained in:
Scott Goodson
2016-11-06 15:03:02 -08:00
parent 7a373ac638
commit d7ba0a9c6d

View File

@@ -8,6 +8,9 @@
// of patent rights can be found in the PATENTS file in the same directory.
//
#import <AsyncDisplayKit/ASBaseDefines.h>
#import <AsyncDisplayKit/ASDimension.h>
NS_ASSUME_NONNULL_BEGIN
/**