Fix duplicate definition of category "YogaDebugging" (#1331)

This commit is contained in:
Huy Nguyen
2019-02-22 11:14:55 -08:00
committed by Huy Nguyen
parent d4efe95ec5
commit f728d809e0
+1 -1
View File
@@ -37,7 +37,7 @@ AS_EXTERN void ASDisplayNodePerformBlockOnEveryYogaChild(ASDisplayNode * _Nullab
// These methods are intended to be used internally to Texture, and should not be called directly.
@interface ASDisplayNode (YogaDebugging)
@interface ASDisplayNode (YogaInternal)
/// For internal usage only
- (BOOL)shouldHaveYogaMeasureFunc;