Skip to content

Commit

Permalink
Fix duplicate definition of category "YogaDebugging"
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Jan 31, 2019
1 parent d4efe95 commit 03a7dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASDisplayNode+Yoga.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03a7dc8

Please sign in to comment.