Now that this is included by a C++ file, it needs the weird C extern thing.

This commit is contained in:
Garrett Moon
2016-05-12 14:21:01 -07:00
parent 4c78fb3846
commit 7901a985e3

View File

@@ -8,9 +8,15 @@
#import "ASLayoutRangeType.h"
#import "ASBaseDefines.h"
@class UIViewController;
ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
ASDISPLAYNODE_EXTERN_C_BEGIN
extern ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
ASDISPLAYNODE_EXTERN_C_END
@protocol ASVisibilityDepth <NSObject>